VintaSoft Imaging .NET SDK 12.4: 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; }
    
    
    [Browsable(False)]
    public: __property SelectedWpfAnnotationViewCollection* get_SelectedAnnotations();
    
    
    
    [Browsable(False)]
    public:
    property SelectedWpfAnnotationViewCollection^ SelectedAnnotations { SelectedWpfAnnotationViewCollection^ 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 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also