[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellBorder

CellBorder Class

The CellBorder class encapsulates properties that control the appearance of borders in CellStyle objects.

Inheritance
CellBorder
Namespace: C1.Win.C1FlexGrid
Assembly: C1.Win.C1FlexGrid.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CellBorder

Properties

Name Description
Color

Gets or sets the border color (except for 3D borders).

Direction

Gets or sets the border direction.

HorizontalColor

Gets or sets the horizontal border edges color (except for 3D borders) when Direction is set to BothDifferent.

HorizontalWidth

Gets or sets the horizontal border edges width (except for 3D borders) when Direction is set to BothDifferent.

Style

Gets or sets the border style.

VerticalColor

Gets or sets the vertical border edges color (except for 3D borders) when Direction is set to BothDifferent.

VerticalWidth

Gets or sets the vertical border edges width (except for 3D borders) when Direction is set to BothDifferent.

Width

Gets or sets the border width (except for 3D borders).