Click or drag to resize

AnnotationGripState Property

Gets or sets the state of the grip.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationGripState State { get; set; }

Property Value

Type: AnnotationGripState
The grip state.
Remarks
This is useful is the IAnnotationGripRenderer being used renders the grips differently based on its state.
See Also