VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class / CanResize Property
Синтаксис Требования Смотрите также
В этом разделе
    CanResize Свойство (AnnotationView)
    В этом разделе
    Возвращает или задает значение, указывающее, можно ли изменять размер аннотации.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <DescriptionAttribute("A value indicating whether the size of the annotation can be changed.")>
    Public Overridable Property CanResize As Boolean
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the size of the annotation can be changed.")]
    public virtual bool CanResize { get; set; }
    
    
    [DefaultValue(True)]
    [Description("A value indicating whether the size of the annotation can be changed.")]
    public: __property virtual bool get_CanResize();
    public: __property virtual void set_CanResize(
    bool value
    );
    [DefaultValue(True)]
    [Description("A value indicating whether the size of the annotation can be changed.")]
    public:
    virtual property bool CanResize { 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

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