Gets or sets the name of the font and color template.

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

Syntax

C#
[DefaultValueAttribute("")]
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.CommonFontNameEditor, C1.Web.UI.Design.3", 
	typeof(UITypeEditor))]
public string CommonFontName { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.CommonFontNameEditor, C1.Web.UI.Design.3",  _
	GetType(UITypeEditor))> _
Public Property CommonFontName As String
	Get
	Set

See Also