Click or drag to resize

SliderSnapToTick Property

Gets or sets a value indicating whether the slider will snap to each tick.

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

Property Value

Type: Boolean
true if the slider will snap to each tick; otherwise, false.
Remarks
This will restrict the user's input to only values at each TickFrequency interval between the MinValue and MaxValue.
See Also