The MedicalViewerBorderStyle Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Represents the border style.| Visual Basic (Declaration) | |
|---|---|
Public Enum MedicalViewerBorderStyle Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerBorderStyle | |
| C# | |
|---|---|
public enum MedicalViewerBorderStyle : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MedicalViewerBorderStyle : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Dash | Dashed border. |
| DashDot | Dash and dot border. |
| DashDotDot | Dash and two dots border. |
| Dot | Dotted border. This is the default value. |
| Solid | Solid border. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerBorderStyle
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code