_UIImageHorizontalAlignment 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 the horizontal alignment of the image.
public enum class _UIImageHorizontalAlignment
public enum class _UIImageHorizontalAlignment
enum _UIImageHorizontalAlignment
public enum _UIImageHorizontalAlignment
type _UIImageHorizontalAlignment =
Public Enum _UIImageHorizontalAlignment
- Inheritance
-
_UIImageHorizontalAlignment
Fields
Name | Value | Description |
---|---|---|
IHA_Left | 1 | The image is left-aligned within its container. |
IHA_Center | 2 | The image is centered horizontally within its container. |
IHA_Right | 3 | The image is right-aligned within its container. |