Enum GridBorderSide
Defines the constants that specifies the sides of a rectangle which applies the border.
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[Flags]
public enum GridBorderSide
Remarks
Use the members of this enumeration with the DrawRectangle(Graphics, GridBorder, Rectangle, Color, GridBorderSide) method.
Fields
Name | Description |
---|---|
All | A three-dimensional border on all four edges and fill the middle of the rectangle with the color defined for three-dimensional controls. |
Bottom | A three-dimensional border on the bottom side of the rectangle. |
Left | A three-dimensional border on the left edge of the control. |
Right | A three-dimensional border on the right side of the rectangle. |
Top | A three-dimensional border on the top edge of the rectangle. |