IsSnapToTickEnabled Property
Gets or sets a value that indicates whether the Slider automatically moves the Thumb to the closest tick mark.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool IsSnapToTickEnabled { get; set; }
Public Property IsSnapToTickEnabled As Boolean
Get
Set
member IsSnapToTickEnabled : bool with get, set