Interface INumericalRange
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.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
|