LayoutAlignment 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.
Determines the position and size of an IView when arranged in a parent element.
public enum class LayoutAlignment
public enum LayoutAlignment
type LayoutAlignment =
Public Enum LayoutAlignment
- Inheritance
-
LayoutAlignment
Fields
Name | Value | Description |
---|---|---|
Fill | 0 | Fill the available space. |
Start | 1 | Align with the leading edge of the available space, as determined by FlowDirection. |
Center | 2 | Center in the available space. |
End | 3 | Align with the trailing edge of the available space, as determined by FlowDirection. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.