VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / InteractionAreaAppearanceManager Class / TextBoxFont Property
Syntax Requirements SeeAlso
In This Topic
    TextBoxFont Property (InteractionAreaAppearanceManager)
    In This Topic
    Gets or sets a font of a text box.
    Syntax
    'Declaration
    
    <CategoryAttribute("TextBox")>
    <DescriptionAttribute("The font of a text box.")>
    Public Property TextBoxFont As System.Drawing.Font
    
    
    [Category("TextBox")]
    [Description("The font of a text box.")]
    public System.Drawing.Font TextBoxFont { get; set; }
    
    
    [Category("TextBox")]
    [Description("The font of a text box.")]
    public: __property System.Drawing.Font get_TextBoxFont();
    public: __property void set_TextBoxFont(
    System.Drawing.Font value
    );
    [Category("TextBox")]
    [Description("The font of a text box.")]
    public:
    property System.Drawing.Font TextBoxFont { System.Drawing.Font get(); void set(System.Drawing.Font value); }

    Property Value

    Default value is Control.DefaultFont.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also