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