ClipValueToMinMax Property
Gets or sets if the value should be clipped when minimum/maximum is reached.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public bool ClipValueToMinMax { get; set; }
Public Property ClipValueToMinMax As Boolean
Get
Set
member ClipValueToMinMax : bool with get, set