'Declaration
Public Enum RectAlignment Inherits System.Enum
'Usage
Dim instance As RectAlignment
public enum RectAlignment : System.Enum
'Declaration
Public Enum RectAlignment Inherits System.Enum
'Usage
Dim instance As RectAlignment
public enum RectAlignment : System.Enum
Member | Description |
---|---|
Bottom | Bottom alignment |
BottomLeft | Bottom-left alignment |
BottomRight | Bottom-right alignment |
Center | Center alignment |
Left | Left alignment |
Right | Right alignment |
Top | Top alignment |
TopLeft | Top-left alignment |
TopRight | Top-right alignment |
Unspecified | Return value only; indicates a combination of the other states. |
System.Object
System.ValueType
System.Enum
GrapeCity.Drawing.RectAlignment