VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfAnnotatedThumbnailViewer Class / AnnotationDataController Property
Syntax Requirements SeeAlso
In This Topic
    AnnotationDataController Property (WpfAnnotatedThumbnailViewer)
    In This Topic
    Gets the annotation data controller associated with this viewer.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property AnnotationDataController As Vintasoft.Imaging.Annotation.AnnotationDataController
    
    
    [Browsable(False)]
    public Vintasoft.Imaging.Annotation.AnnotationDataController AnnotationDataController { get; }
    
    
    [Browsable(False)]
    public: __property Vintasoft.Imaging.Annotation.AnnotationDataController* get_AnnotationDataController();
    
    
    
    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