VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / SelectedWpfAnnotationViewCollection Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    SelectedWpfAnnotationViewCollection Class
    In This Topic
    Represents a collection of selected annotation views.
    Object Model
    WpfAnnotationView SelectedWpfAnnotationViewCollection
    Syntax
    'Declaration
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.ICollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class SelectedWpfAnnotationViewCollection
       Inherits System.Collections.ObjectModel.Collection(Of Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView)
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class SelectedWpfAnnotationViewCollection : System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public __gc class SelectedWpfAnnotationViewCollection : public System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView*>*
    
    
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.ICollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class SelectedWpfAnnotationViewCollection : public System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView^>^
    
    
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>
          Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.SelectedWpfAnnotationViewCollection

    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