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