Class GridBorderWeight
Defines the constants that specifies the weight of a specific cell border in the GridBorder class.
Inheritance
System.Object
GridBorderWeight
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public sealed class GridBorderWeight : Enum
Fields
ExtraExtraThick
A line with 3.0 points.
Declaration
public const GridBorderWeight ExtraExtraThick
Field Value
| Type |
|---|
| GridBorderWeight |
ExtraThick
A line with 2.0 points.
Declaration
public const GridBorderWeight ExtraThick
Field Value
| Type |
|---|
| GridBorderWeight |
ExtraThin
A line with 0.25 point.
Declaration
public const GridBorderWeight ExtraThin
Field Value
| Type |
|---|
| GridBorderWeight |
Medium
A line with 1 point.
Declaration
public const GridBorderWeight Medium
Field Value
| Type |
|---|
| GridBorderWeight |
Thick
A line with 1.5 points.
Declaration
public const GridBorderWeight Thick
Field Value
| Type |
|---|
| GridBorderWeight |
Thin
A line with 0.5 point.
Declaration
public const GridBorderWeight Thin
Field Value
| Type |
|---|
| GridBorderWeight |