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

    Property Value

    True - annotation view is focused; otherwise, false.
    Default value is false.
    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