Enum GridTriangleDirection
Defines the direction of a triangle when drawing triangle with Paint(Graphics, Rectangle, GridTriangleDirection, Brush, Pen, Pen, Pen, Boolean).
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
public enum GridTriangleDirection
Fields
Name | Description |
---|---|
Down | A triangle pointing down. |
Left | A triangle pointing to the left. |
Right | A triangle pointing to the right. |
Up | A triangle pointing up. |