LayoutHorizontalAlignment 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.
Describes how the layout should be arranged horizontally
public enum class LayoutHorizontalAlignment
public enum LayoutHorizontalAlignment
type LayoutHorizontalAlignment =
Public Enum LayoutHorizontalAlignment
- Inheritance
-
LayoutHorizontalAlignment
Fields
Name | Value | Description |
---|---|---|
Left | 0 | |
Center | 1 | |
Right | 2 |