Gets the collection of Gauges.

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

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[C1CategoryAttribute("Category.Behavior")]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[JsonAttribute(true, true, null)]
[MergablePropertyAttribute(false)]
public GaugeCollection Gauges { get; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<C1CategoryAttribute("Category.Behavior")> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<JsonAttribute(True, True, Nothing)> _
<MergablePropertyAttribute(False)> _
Public ReadOnly Property Gauges As GaugeCollection
	Get

See Also