Gets or sets the scales contained in the gauge.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public ObservableCollection<T> Scales { get; set; } |
Visual Basic Copy Code |
---|
Public Property Scales As ObservableCollection(Of T) |
An ObservableCollection of either OvalScale or LinearScale objects depending on the concrete type of the gauge.