WpfAnnotationCanvas.SelectionMode Property |
Gets or sets the selection mode to use when a mouse is clicked on an 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)
Syntaxpublic WpfAnnotationSelectionMode SelectionMode { get; set; }
Public Property SelectionMode As WpfAnnotationSelectionMode
Get
Set
Property Value
Type:
WpfAnnotationSelectionModeThe selection mode for annotations.
RemarksWhen this property is set to Multiple, multiple annotations can be selected by simply clicking on them. If you click on an annotation that is already selected, it will unselect the annotation.
See Also