Class
MapScaleIndicatorElement.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:

cs-api-definition
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

cs-api-definition
public SizeAndText(double sizeInMetric, string textInMetric, double sizeInImperial, string textInImperial)

Parameters

sizeInMetric

double

The size in pixels for the metric measurement.

textInMetric

string

The text representation of the metric measurement.

sizeInImperial

double

The size in pixels for the imperial measurement.

textInImperial

string

The text representation of the imperial measurement.

Fields

SizeInImperial

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

Declaration

cs-api-definition
public double SizeInImperial

Field Value

double

SizeInMetric

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

Declaration

cs-api-definition
public double SizeInMetric

Field Value

double

TextInImperial

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

Declaration

cs-api-definition
public string TextInImperial

Field Value

string

TextInMetric

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

Declaration

cs-api-definition
public string TextInMetric

Field Value

string