Gets or sets the name of the filling template.

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

Syntax

C#
[DefaultValueAttribute("")]
[BrowsableAttribute(false)]
public string CommonFillingName { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("")> _
<BrowsableAttribute(False)> _
Public Property CommonFillingName As String
	Get
	Set

See Also