Click or drag to resize

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; }

Property Value

Type: WpfAnnotationGrips
The grips for this annotation.
Remarks
Derived classes can override the AttachGripsOverride method to set the annotation grips.
See Also