Class MapScaleIndicatorElement.SizeAndText
Represents size and text information for both metric and imperial distance measurements used in the scale indicator display.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
protected class 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
|
System.Double
sizeInMetric
The size in pixels for the metric measurement. |
|
System.String
textInMetric
The text representation of the metric measurement. |
|
System.Double
sizeInImperial
The size in pixels for the imperial measurement. |
|
System.String
textInImperial
The text representation of the imperial measurement. |
Fields
SizeInImperial
Gets or sets the size in pixels for the imperial distance measurement display.
Declaration
public double SizeInImperial
Field Value
|
System.Double
|
SizeInMetric
Gets or sets the size in pixels for the metric distance measurement display.
Declaration
public double SizeInMetric
Field Value
|
System.Double
|
TextInImperial
Gets or sets the text representation of the imperial distance measurement.
Declaration
public string TextInImperial
Field Value
|
System.String
|
TextInMetric
Gets or sets the text representation of the metric distance measurement.
Declaration
public string TextInMetric
Field Value
|
System.String
|