Specifies the direction in which a C1Expander control opens.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public enum ExpandDirection
Visual Basic
Public Enumeration ExpandDirection

Members

Member nameValueDescription
Down0 The C1Expander control opens down.
Up1 The C1Expander control opens up.
Left2 The C1Expander control opens left.
Right3 The C1Expander control opens right.

See Also