WpfAnnotationUIGrips Property |
Gets the grips for this annotation.
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 WpfAnnotationGrips Grips { get; }
Public ReadOnly Property Grips As WpfAnnotationGrips
Get
Property Value
Type:
WpfAnnotationGripsThe grips for this annotation.
Remarks Derived classes can override the AttachGripsOverride method to set the annotation grips.
See Also