ClassMapScaleIndicatorElement.SizeAndText
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
SizeAndText(double, string, double, string)
Initializes a new instance of the MapScaleIndicatorElement.SizeAndText class with the specified metric and imperial measurements.
Declaration
public SizeAndText(double sizeInMetric, string textInMetric, double sizeInImperial, string textInImperial)
Parameters
sizeInMetric
The size in pixels for the metric measurement.
textInMetric
The text representation of the metric measurement.
sizeInImperial
The size in pixels for the imperial measurement.
textInImperial
The text representation of the imperial measurement.
Fields
SizeInImperial
Gets or sets the size in pixels for the imperial distance measurement display.
SizeInMetric
Gets or sets the size in pixels for the metric distance measurement display.
TextInImperial
Gets or sets the text representation of the imperial distance measurement.
TextInMetric
Gets or sets the text representation of the metric distance measurement.