Gets or sets a collection with the pointers displayed in the scale. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public ObservableCollection<Pointer> Pointers { get; set; } |
Visual Basic Copy Code |
---|
Public Property Pointers As ObservableCollection(Of Pointer) |
An observable collection of Pointer objects.
The following XAML code defines an OvalScale with a single pointer in it. The gauges XAML namespace is defined as http://mindfusion.eu/gauges/.
XAML Copy Code |
---|
<gauges:OvalScale> |