Enum
Sector

Routing sectors.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public enum Sector

Fields

Bottom

The bottom position.

Declaration

cs-api-definition
Bottom = 5

Field Value

Sector

BottomLeft

The bottom-left position.

Declaration

cs-api-definition
BottomLeft = 2

Field Value

Sector

BottomRight

The bottom-right position.

Declaration

cs-api-definition
BottomRight = 8

Field Value

Sector

Center

The center position.

Declaration

cs-api-definition
Center = 4

Field Value

Sector

Left

The left position.

Declaration

cs-api-definition
Left = 1

Field Value

Sector

Right

The right position.

Declaration

cs-api-definition
Right = 7

Field Value

Sector

Top

The top position.

Declaration

cs-api-definition
Top = 3

Field Value

Sector

TopLeft

The top-left position.

Declaration

cs-api-definition
TopLeft = 0

Field Value

Sector

TopRight

The top-right position.

Declaration

cs-api-definition
TopRight = 6

Field Value

Sector