ExpandDirection
Enum
ExpandDirection specifies the expanding direction of a control - for example the .
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public enum ExpandDirection
Fields
Expand direction is Down.
C#
Down = 0
Expand direction is Left.
C#
Left = 2
Expand direction is Right.
C#
Right = 3
Expand direction is Up.
C#
Up = 1