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