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.
Backing BindableProperty for the MaxValue property.
Backing BindableProperty for the MinValue property.
Gets or sets the maximum value of the range for the IsInRangeConverter. This is a bindable property.
Gets or sets the minimum value of the range for the IsInRangeConverter. This is a bindable property.
public IsInRangeConverter()