Represents size and text information for both metric and imperial distance measurements used in the scale indicator display.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
protected class MapScaleIndicatorElement.SizeAndText
Inheritance: objectMapScaleIndicatorElement.SizeAndText
Constructors
Initializes a new instance of the MapScaleIndicatorElement.SizeAndText class with the specified metric and imperial measurements.
public SizeAndText(double sizeInMetric, string textInMetric, double sizeInImperial, string textInImperial)
The size in pixels for the metric measurement.
textInMetricstringThe text representation of the metric measurement.
sizeInImperialdoubleThe size in pixels for the imperial measurement.
textInImperialstringThe text representation of the imperial measurement.
Fields
Gets or sets the size in pixels for the imperial distance measurement display.
public double SizeInImperial
Gets or sets the size in pixels for the metric distance measurement display.
public double SizeInMetric
Gets or sets the text representation of the imperial distance measurement.
public string TextInImperial
Gets or sets the text representation of the metric distance measurement.
public string TextInMetric