Visual Basic (Declaration) | |
---|---|
Public Enum ComplexBorderSideStyle Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ComplexBorderSideStyle |
C# | |
---|---|
public enum ComplexBorderSideStyle : System.Enum |
Member | Description |
---|---|
DashDot | [4] Draws a border with an alternating pattern of dashes and dots |
DashDotDot | [3] Draws a border with an alternating pattern of one dash and two dots |
Dashed | [5] Draws a border with a dashed line |
Dotted | [2] Draws a border with a dotted line |
DoubleLine | [13] Draws a border with a two parallel lines |
HairLine | [1] Draws a border with a very thin line (hair line) |
MediumDashDot | [9] Draws a border with a medium thickness alternating pattern of dashes and dots |
MediumDashDotDot | [7] Draws a border with a medium thickness line with an alternating pattern of one dash and two dots |
MediumDashed | [10] Draws a border with a medium thickness dashed line |
MediumLine | [11] Draws a border with a medium thickness line |
None | [0] Draws no border at all |
SlantedDashDot | [8] Draws a border with slanted dash lines alternated with dots. |
ThickLine | [12] Draws a border with a thick line |
ThinLine | [6] Draws a border with a thin line |
UserDefined | [99] Indicates that the side has a user-defined appearance |
System.Object
System.ValueType
System.Enum
FarPoint.Win.ComplexBorderSideStyle
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2