RectangleGripDisplay Enumeration |
Specifies the grips to display.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum RectangleGripDisplay
Public Enumeration RectangleGripDisplay
Members
| Member name | Description |
---|
| Both | Both corner and side grips are displayed. |
| CornerGrips | Only the corner grips are displayed. |
| SideGrips | Only the side grips are displayed. |
Remarks For more control, each grip has a visible property that will determine which
grips to render.
See Also