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