VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI.Annotations Namespace / WpfPdfAnnotationView Class / IsFocused Property
Syntax Requirements SeeAlso
In This Topic
    IsFocused Property (WpfPdfAnnotationView)
    In This Topic
    Gets or sets a value indicating whether this annotation view is focused.
    Syntax
    'Declaration
    
    Public Shadows Property IsFocused As Boolean
    
    
    public new bool IsFocused { get; set; }
    
    
    public: __property new bool get_IsFocused();
    public: __property new void set_IsFocused(
    bool value
    );
    public:
    new property bool IsFocused { bool get(); void set(bool value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also