RadControls for Silverlight

ExpandDirection specifies the expanding direction of a control - for example the .

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.1050

Syntax

C#
public enum ExpandDirection
Visual Basic
Public Enumeration ExpandDirection

Members

Member nameValueDescription
Down0 Expand direction is Down.
Up1 Expand direction is Up.
Left2 Expand direction is Left.
Right3 Expand direction is Right.

See Also