Gets or sets the number of ticks and labels. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
C# Copy Code |
---|
public int Count { get; set; } |
Visual Basic Copy Code |
---|
Public Property Count As Integer |
A positive integer value.
This property is mutually exclusive with the Step property. If both are specified the Step property will take precedence.