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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.