WpfAnnotationCanvasGripClip Property |
Gets or sets a clipping region for the annotation grips.
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 Geometry GripClip { get; set; }
Public Property GripClip As Geometry
Get
Set
Property Value
Type:
GeometryA clipping region for the grips.
Remarks Because annotation grips are in the AdornerLayer they render over normal element. Set this property to prevent them from rendering over parts of your application that may overlay the annotation viewer.
See Also