Enum GridBottomBorderWeight
Specifies the weight of a header bottom border
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum GridBottomBorderWeight
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. |
None | This hide the header bottom border. |
Thick | A line with 1.5 points. |
Thin | A line with 0.5 point. |