Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ExpandDirection Enum
Definition
- Namespace:
- Microsoft.Toolkit.Uwp.UI.Controls
- Assembly:
- Microsoft.Toolkit.Uwp.UI.Controls.dll
- Assembly:
- Microsoft.Toolkit.Uwp.UI.Controls.Layout.dll
- Package:
- Microsoft.Toolkit.Uwp.UI.Controls v6.1.1
- Package:
- Microsoft.Toolkit.Uwp.UI.Controls.Layout v7.0.2
- Package:
- Microsoft.Toolkit.Uwp.UI.Controls.Layout v7.1.2
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Expand direction enumeration
public enum ExpandDirection
type ExpandDirection =
Public Enum ExpandDirection
- Inheritance
-
ExpandDirection
Fields
| Name | Value | Description |
|---|---|---|
| Down | 0 | Down |
| Up | 1 | Up |
| Left | 2 | Left |
| Right | 3 | Right |
