Accusoft.ImagXpressSdk Namespace : AlignHorizontal Enumeration |
'Declaration Public Enum AlignHorizontal Inherits System.Enum
'Usage Dim instance As AlignHorizontal
public enum AlignHorizontal : System.Enum
__value public enum AlignHorizontal : public System.Enum
public enum class AlignHorizontal : public System.Enum
Member | Value | Description |
---|---|---|
Center | 1 | Align horizontally to the center of the view. |
Left | 0 | Align horizontally to the left edge of the view. |
Right | 2 | Align horizontally to the right edge of the view. |
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.AlignHorizontal