Accusoft.ImagXpressSdk Namespace : AlignVertical Enumeration |
'Declaration Public Enum AlignVertical Inherits System.Enum
'Usage Dim instance As AlignVertical
public enum AlignVertical : System.Enum
__value public enum AlignVertical : public System.Enum
public enum class AlignVertical : public System.Enum
Member | Value | Description |
---|---|---|
Bottom | 2 | Align vertically to the bottom edge of the view. |
Center | 1 | Align vertically to the center of the view. |
Top | 0 | Align vertically to the top edge of the view. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.AlignVertical