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; }
Public Property SnapToTick As Boolean
Get
Set
member SnapToTick : bool with get, set
Property Value
Type:
Booleantrue if the slider will snap to each tick; otherwise,
false.
Remarks See Also