Gets or sets the font used to display text label.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[LocalizableAttribute(true)] [DefaultValueAttribute(null)] public Font Font { get; set; } |
| Visual Basic (Declaration) |
|---|
<LocalizableAttribute(True)> _ <DefaultValueAttribute(Nothing)> _ Public Property Font As Font Get Set |