Enum ExpandDirection
Specifies the direction in which an Expander control opens.
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public enum ExpandDirection
Fields
Name | Description |
---|---|
Down | Specifies that the Expander control opens in the down direction. |
Left | Specifies that the Expander control opens in the left direction. |
Right | Specifies that the Expander control opens in the right direction. |
Up | Specifies that the Expander control opens in the up direction. |