Click or drag to resize

SliderTickFrequency Property

Gets or sets the hint for numeric value between each visual tick.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int TickFrequency { get; set; }

Property Value

Type: Int32
The tick frequency.
Remarks
This is for visual representation only, unless the SnapToTick is set to true.
See Also