VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationViewer Class / FocusedAnnotationView Property
Syntax Requirements SeeAlso
In This Topic
    FocusedAnnotationView Property (AnnotationViewer)
    In This Topic
    Gets or sets the focused annotation view.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(null)>
    <BrowsableAttribute(False)>
    Public Property FocusedAnnotationView As AnnotationView
    
    
    [DefaultValue(null)]
    [Browsable(False)]
    public AnnotationView FocusedAnnotationView { get; set; }
    
    
    [DefaultValue(null)]
    [Browsable(False)]
    public: __property AnnotationView* get_FocusedAnnotationView();
    public: __property void set_FocusedAnnotationView(
    AnnotationView* value
    );
    [DefaultValue(null)]
    [Browsable(False)]
    public:
    property AnnotationView^ FocusedAnnotationView { AnnotationView^ get(); void set(AnnotationView^ value); }
    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