FarPoint.Win
ComplexBorderSideStyle Enumeration
See Also 
FarPoint.Win Assembly > FarPoint.Win Namespace : ComplexBorderSideStyle Enumeration


Specifies the style of the border for one side of a cell.

Syntax

Visual Basic (Declaration) 
Public Enum ComplexBorderSideStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ComplexBorderSideStyle
C# 
public enum ComplexBorderSideStyle : Enum 

Members

MemberDescription
None [0] Draws no border at all
HairLine [1] Draws a border with a very thin line (hair line)
Dotted [2] Draws a border with a dotted line
DashDotDot [3] Draws a border with an alternating pattern of one dash and two dots
DashDot [4] Draws a border with an alternating pattern of dashes and dots
Dashed [5] Draws a border with a dashed line
ThinLine [6] Draws a border with a thin line
MediumDashDotDot [7] Draws a border with a medium thickness line with an alternating pattern of one dash and two dots
SlantedDashDot [8] Draws a border with slanted dash lines alternated with dots.
MediumDashDot [9] Draws a border with a medium thickness alternating pattern of dashes and dots
MediumDashed [10] Draws a border with a medium thickness dashed line
MediumLine [11] Draws a border with a medium thickness line
ThickLine [12] Draws a border with a thick line
DoubleLine [13] Draws a border with a two parallel lines
UserDefined [99] Indicates that the side has a user-defined appearance

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.ComplexBorderSideStyle

See Also