Enum ArrowDirection
Specifies arrow directions for the arrow primitive: Up, Right, Down, and Left.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[Flags]
public enum ArrowDirection
Down
Indicates down pointed arrow.
Left
Indicates left pointed arrow.
Right
Indicates right pointed arrow.
Up
Indicates up pointed arrow.