VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / WpfInteractionAreaAppearanceManager Class / TextBoxFontSize Property
Syntax Requirements SeeAlso
In This Topic
    TextBoxFontSize Property (WpfInteractionAreaAppearanceManager)
    In This Topic
    Gets or sets a font size of a text box.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The font size of a text box.")>
    <CategoryAttribute("TextBox")>
    <DefaultValueAttribute(12)>
    Public Property TextBoxFontSize As Double
    
    
    [Description("The font size of a text box.")]
    [Category("TextBox")]
    [DefaultValue(12)]
    public double TextBoxFontSize { get; set; }
    
    
    [Description("The font size of a text box.")]
    [Category("TextBox")]
    [DefaultValue(12)]
    public: __property double get_TextBoxFontSize();
    public: __property void set_TextBoxFontSize(
    double value
    );
    [Description("The font size of a text box.")]
    [Category("TextBox")]
    [DefaultValue(12)]
    public:
    property double TextBoxFontSize { double get(); void set(double value); }

    Property Value

    Default value is 12. Minimum value is 1.
    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