VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / WpfAnnotationVisualTool Class / SelectedAnnotations Property
Syntax Remarks Requirements SeeAlso
In This Topic
SelectedAnnotations Property (WpfAnnotationVisualTool)
In This Topic
Gets the collection that contains selected annotations.
Syntax
'Declaration

<BrowsableAttribute(False)>
Public ReadOnly Property SelectedAnnotations As SelectedWpfAnnotationViewCollection

[Browsable(False)]
public SelectedWpfAnnotationViewCollection SelectedAnnotations { get; }

Remarks

Collection, associated with this property, is updated when user selects annotation(s) using mouse and multi-selection is enabled (MultiSelect == true).

Collection associated with this property is NOT updated when user selects annotation(s) using mouse and multi-selection is disabled (MultiSelect == false).

Collection associated with this property can be programmatically updated.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also