MedicalViewerBorderStyle Enumeration

Summary

Represents the border style.

Syntax
C#
VB
C++
public enum MedicalViewerBorderStyle 
  
Public Enum MedicalViewerBorderStyle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
            public enum class MedicalViewerBorderStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0Solid Solid border.
1Dash Dashed border.
2Dot Dotted border. This is the default value.
3DashDot Dash and dot border.
4DashDotDot Dash and two dots border.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly