'Declaration
Public Enum ResizeAnchor Inherits System.Enum
'Usage
Dim instance As ResizeAnchor
public enum ResizeAnchor : System.Enum
'Declaration
Public Enum ResizeAnchor Inherits System.Enum
'Usage
Dim instance As ResizeAnchor
public enum ResizeAnchor : System.Enum
Member | Description |
---|---|
Bottom | The bottom resize anchor. |
BottomLeft | The bottom left resize anchor. |
BottomRight | The bottom right resize anchor. |
Left | The top resize anchor. |
None | There is no resize anchor. |
Right | The right resize anchor. |
Top | The top resize anchor. |
TopLeft | The top left resize anchor. |
TopRight | The top right resize anchor. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.ResizeAnchor