Enum GridBorderWeight
Defines the constants that specifies the weight of a specific cell border in the GridBorder class.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridBorderWeight
Fields
Name | Description |
---|---|
ExtraExtraThick | A line with 3.0 points. |
ExtraThick | A line with 2.0 points. |
ExtraThin | A line with 0.25 point. |
Medium | A line with 1 point. |
Thick | A line with 1.5 points. |
Thin | A line with 0.5 point. |