_UIImageVerticalAlignment Enum

Definition

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

IVA_Bottom 3

The image is bottom-aligned within its container.

IVA_Center 2

Rhe image is centered vertically within its container.

IVA_Top 1

The image is top-aligned within its container.

Applies to