Class ExpandDirection
Represents an enum list for the direction to expand.
Inheritance
System.Object
    ExpandDirection
  Namespace: Syncfusion.UI.Xaml.Primitives
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
public sealed class ExpandDirection : Enum
  Fields
Down
Specifies that the System.Windows.Controls.Expander control opens in the down direction.
Declaration
public const ExpandDirection Down
  Field Value
| Type | 
|---|
| ExpandDirection | 
Left
Specifies that the System.Windows.Controls.Expander control opens in the left direction.
Declaration
public const ExpandDirection Left
  Field Value
| Type | 
|---|
| ExpandDirection | 
Right
Specifies that the System.Windows.Controls.Expander control opens in the right direction.
Declaration
public const ExpandDirection Right
  Field Value
| Type | 
|---|
| ExpandDirection | 
Up
Specifies that the System.Windows.Controls.Expander control opens in the up direction.
Declaration
public const ExpandDirection Up
  Field Value
| Type | 
|---|
| ExpandDirection |