VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / CanSelect Property
Синтаксис Требования Смотрите также
В этом разделе
    CanSelect Свойство (AnnotationView)
    В этом разделе
    Возвращает или задает значение, указывающее, можно ли выбрать аннотацию.
    Синтаксис
    '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); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также