Identifies the distinct selection handles of an interactive object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum AdjustmentHandles |
Visual Basic
Copy Code
|
|---|
Public Enum AdjustmentHandles |
Members| Member name | Description | |
|---|---|---|
![]() |
All |
Indicates all modification handles. |
![]() |
Move |
Indicates the move handle. |
![]() |
None |
Indicates none of the selection handles. |
![]() |
ResizeBottomCenter |
Indicates the bottom-center resize handle. |
![]() |
ResizeBottomLeft |
Indicates the bottom-left resize handle. |
![]() |
ResizeBottomRight |
Indicates the bottom-right resize handle. |
![]() |
ResizeMiddleLeft |
Indicates the middle-left resize handle. |
![]() |
ResizeMiddleRight |
Indicates the middle-right resize handle. |
![]() |
ResizeTopCenter |
Indicates the top-center resize handle. |
![]() |
ResizeTopLeft |
Indicates the top-left resize handle. |
![]() |
ResizeTopRight |
Indicates the top-right resize handle. |
See Also