Enum
ArrowDirection

Specifies arrow directions for the arrow primitive: Up, Right, Down, and Left.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
[Flags]
public enum ArrowDirection

Fields

Down

Indicates down pointed arrow.

Declaration

cs-api-definition
Down = 8

Field Value

ArrowDirection

Left

Indicates left pointed arrow.

Declaration

cs-api-definition
Left = 1

Field Value

ArrowDirection

Right

Indicates right pointed arrow.

Declaration

cs-api-definition
Right = 4

Field Value

ArrowDirection

Up

Indicates up pointed arrow.

Declaration

cs-api-definition
Up = 2

Field Value

ArrowDirection

In this article
DefinitionFieldsDownLeftRightUp
Not finding the help you need?
Contact Support