New to Telerik UI for WinFormsStart a free 30-day trial

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
In this article
DefinitionFieldsDownLeftRightUp
Not finding the help you need?
Contact Support