VintaSoft Imaging .NET SDK 15.1: 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; }

Property Value

Default value is Control.DefaultFont.
Requirements

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

See Also