Spread Windows Forms 7.0 Product Documentation
ComplexBorderSideStyle Enumeration
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace : ComplexBorderSideStyle Enumeration


Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Enum ComplexBorderSideStyle 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ComplexBorderSideStyle
C# 
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 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

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 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.