ArrowDirection
Enum
Specifies arrow directions for the arrow primitive: Up, Right, Down, and Left.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
[Flags]
public enum ArrowDirection
Fields
Indicates down pointed arrow.
C#
Down = 8
Indicates left pointed arrow.
C#
Left = 1
Indicates right pointed arrow.
C#
Right = 4
Indicates up pointed arrow.
C#
Up = 2