Spread Windows Forms 9.0 Product Documentation
ComplexBorderSideStyle Enumeration


Specifies the style of the border for one side of a cell.
Syntax
'Declaration
 
Public Enum ComplexBorderSideStyle 
   Inherits System.Enum
'Usage
 
Dim instance As ComplexBorderSideStyle
public enum ComplexBorderSideStyle : System.Enum 
Members
MemberDescription
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 two parallel lines
HairLine[1] Draws a border with a very thin line (hair line)
MediumDashDot[9] Draws a border with a medium thickness and 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
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
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FarPoint.Win Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.