Table of Contents
TickFrequency Property

Gets or sets the interval between tick marks. This is a dependency property.

Syntax
 public Double TickFrequency { get; set; }
Remarks

When this property is set, the SliderBase automatically populates its Tickscollection based on TickFrequency and EnableSideTicks.

See Also