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

Sector

Enum

Routing sectors.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public enum Sector

Fields

The bottom position.

C#
Bottom = 5

The bottom-left position.

C#
BottomLeft = 2

The bottom-right position.

C#
BottomRight = 8

The center position.

C#
Center = 4

The left position.

C#
Left = 1

The right position.

C#
Right = 7

The top position.

C#
Top = 3

The top-left position.

C#
TopLeft = 0

The top-right position.

C#
TopRight = 6