Interface ValueMapper.MapperRange
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface MapperRange
Properties
From
Declaration
double From { get; }
Property Value
|
System.Double
|
Length
Declaration
double Length { get; }
Property Value
|
System.Double
|
MappedValue
Declaration
double MappedValue { get; }
Property Value
|
System.Double
|
To
Declaration
double To { get; }
Property Value
|
System.Double
|
Methods
InRange(Double)
Declaration
bool InRange(double value)
Parameters
|
System.Double
value
|
Returns
|
System.Boolean
|
MapToUnit(Double)
Declaration
double MapToUnit(double value)
Parameters
|
System.Double
value
|
Returns
|
System.Double
|