_UIImageVerticalAlignment 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 vertical alignment of the image.
public enum class _UIImageVerticalAlignment
public enum class _UIImageVerticalAlignment
enum _UIImageVerticalAlignment
public enum _UIImageVerticalAlignment
type _UIImageVerticalAlignment =
Public Enum _UIImageVerticalAlignment
- Inheritance
-
_UIImageVerticalAlignment
Fields
Name | Value | Description |
---|---|---|
IVA_Top | 1 | The image is top-aligned within its container. |
IVA_Center | 2 | Rhe image is centered vertically within its container. |
IVA_Bottom | 3 | The image is bottom-aligned within its container. |