WpfRectangleGrip Enumeration |
Identifies the rectangular grip.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum WpfRectangleGrip
Public Enumeration WpfRectangleGrip
Members
| Member name | Description |
---|
| None |
The grip is not one of the standard rectangle grips.
|
| TopLeft |
The grip is at the top-left of the rectangle.
|
| TopCenter |
The grip is centered along the top of the rectangle.
|
| TopRight |
The grip is at teh top-right of the rectangle.
|
| CenterLeft |
The grip is centered along the left side of the rectangle.
|
| CenterRight |
The grip is centered along the right side of the rectangle.
|
| BottomLeft |
The grip is at the bottom-left of the rectangle.
|
| BottomCenter |
The grip is centered along the bottom of the rectangle.
|
| BottomRight |
The grip is at the bottom-right of the rectangle.
|
| Rotation |
The grip is used for rotating the rectangle.
|
See Also