Xamarin.CommunityToolkit by Microsoft

<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.1" />

.NET API 366,480 bytes

 IsInRangeConverter

Checks if the value is between minValue and maxValue, returning true if the value is within the range and false if the value is out of the range.
public static readonly BindableProperty MaxValueProperty

Backing BindableProperty for the MaxValue property.

public static readonly BindableProperty MinValueProperty

Backing BindableProperty for the MinValue property.

public object MaxValue { get; set; }

Gets or sets the maximum value of the range for the IsInRangeConverter. This is a bindable property.

public object MinValue { get; set; }

Gets or sets the minimum value of the range for the IsInRangeConverter. This is a bindable property.