Gets the collection of templates for the C1GaugeGradient object.

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

Syntax

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

See Also