Enum TriangleDirection
Defines the constants that specifies the direction of the triangle.
Namespace: Syncfusion.WinForms.Core.Enums
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum TriangleDirection
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. |