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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.