Interface INumericalRange
Namespace: Telerik.Maui.Controls.Compatibility.Common
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public interface INumericalRange
Properties
Max
Declaration
double Max { get; }
Property Value
System.Double
|
Min
Declaration
double Min { get; }
Property Value
System.Double
|
Step
Declaration
double Step { get; }
Property Value
System.Double
|