Class MapScaleIndicatorElement.SizeAndText
Inheritance
System.Object
MapScaleIndicatorElement.SizeAndText
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
protected class SizeAndText
Constructors
SizeAndText(Double, String, Double, String)
Declaration
public SizeAndText(double sizeInMetric, string textInMetric, double sizeInImperial, string textInImperial)
Parameters
System.Double
sizeInMetric
|
System.String
textInMetric
|
System.Double
sizeInImperial
|
System.String
textInImperial
|
Fields
SizeInImperial
Declaration
public double SizeInImperial
Field Value
System.Double
|
SizeInMetric
Declaration
public double SizeInMetric
Field Value
System.Double
|
TextInImperial
Declaration
public string TextInImperial
Field Value
System.String
|
TextInMetric
Declaration
public string TextInMetric
Field Value
System.String
|