VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / CanSelect Property
Syntax Requirements SeeAlso
In This Topic
    CanSelect Property (AnnotationView)
    In This Topic
    Gets or sets a value indicating whether the annotation can be selected.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether the annotation can be selected.")>
    <DefaultValueAttribute(True)>
    Public Overridable Property CanSelect As Boolean
    
    
    [Description("A value indicating whether the annotation can be selected.")]
    [DefaultValue(True)]
    public virtual bool CanSelect { get; set; }
    
    
    [Description("A value indicating whether the annotation can be selected.")]
    [DefaultValue(True)]
    public: __property virtual bool get_CanSelect();
    public: __property virtual void set_CanSelect(
    bool value
    );
    [Description("A value indicating whether the annotation can be selected.")]
    [DefaultValue(True)]
    public:
    virtual property bool CanSelect { bool get(); void set(bool 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