Gets or sets the name of the gradient template.

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

Syntax

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

See Also