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# |
|---|
[DefaultValueAttribute(null)] [LocalizableAttribute(true)] public Font Font { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(Nothing)> _ <LocalizableAttribute(True)> _ Public Property Font As Font Get Set |