VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / TextAnnotationView Class / AutoFontSize Property
Синтаксис Требования Смотрите также
В этом разделе
    AutoFontSize Свойство (TextAnnotationView)
    В этом разделе
    Возвращает или задает значение, указывающее, зависят ли границы размера шрифта аннотации от размера аннотации.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("A value indicating whether the annotation's font size bounds depends on the annotation size.")>
    Public Property AutoFontSize As Boolean
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation's font size bounds depends on the annotation size.")]
    public bool AutoFontSize { get; set; }
    
    
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation's font size bounds depends on the annotation size.")]
    public: __property bool get_AutoFontSize();
    public: __property void set_AutoFontSize(
    bool value
    );
    [DefaultValue(False)]
    [Description("A value indicating whether the annotation's font size bounds depends on the annotation size.")]
    public:
    property bool AutoFontSize { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - false.
    Требования

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

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