Gets the collection of templates for text font and color.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Common")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[MergablePropertyAttribute(false)]
public CommonFontCollection CommonFonts { get; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Common")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<MergablePropertyAttribute(False)> _
Public ReadOnly Property CommonFonts As CommonFontCollection
	Get

See Also