New to Telerik UI for WinFormsStart a free 30-day trial

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:

C#
protected class MapScaleIndicatorElement.SizeAndText

Inheritance: objectMapScaleIndicatorElement.SizeAndText

Constructors

Initializes a new instance of the MapScaleIndicatorElement.SizeAndText class with the specified metric and imperial measurements.

C#
public SizeAndText(double sizeInMetric, string textInMetric, double sizeInImperial, string textInImperial)
Parameters:sizeInMetricdouble

The size in pixels for the metric measurement.

textInMetricstring

The text representation of the metric measurement.

sizeInImperialdouble

The size in pixels for the imperial measurement.

textInImperialstring

The text representation of the imperial measurement.

Fields

Gets or sets the size in pixels for the imperial distance measurement display.

C#
public double SizeInImperial

Gets or sets the size in pixels for the metric distance measurement display.

C#
public double SizeInMetric

Gets or sets the text representation of the imperial distance measurement.

C#
public string TextInImperial

Gets or sets the text representation of the metric distance measurement.

C#
public string TextInMetric