EdgeTransitionLocation Enum
Definition
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.
Defines constants that specify the location of edge transitions for edge UI, such as app bars.
public enum class EdgeTransitionLocation
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class EdgeTransitionLocation
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum EdgeTransitionLocation
Public Enum EdgeTransitionLocation
- Inheritance
-
EdgeTransitionLocation
- Attributes
Fields
Name | Value | Description |
---|---|---|
Left | 0 | Edge transition goes to left. |
Top | 1 | Edge transition goes to top. |
Right | 2 | Edge transition goes to right. |
Bottom | 3 | Edge transition goes to bottom. |