Search
GenericGauge(T).Scales Property
See Also
 






Gets or sets the scales contained in the gauge.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public ObservableCollection<T> Scales { get; set; }

Visual Basic  Copy Code

Public Property Scales As ObservableCollection(Of T)

 Property Value

An ObservableCollection of either OvalScale or LinearScale objects depending on the concrete type of the gauge.

 See Also