Search
TickSettings.Count Property
See Also
 





Gets or sets the number of ticks and labels. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public int Count { get; set; }

Visual Basic  Copy Code

Public Property Count As Integer

 Property Value

A positive integer value.

 Remarks

This property is mutually exclusive with the Step property. If both are specified the Step property will take precedence.

 See Also