Class ImperialUnitConverter
Inheritance
System.Object
ImperialUnitConverter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Widgets.ScaleBar
Assembly: Mapsui.dll
Syntax
public class ImperialUnitConverter : IUnitConverter
Fields
| Improve this Doc View SourceInstance
Declaration
public static readonly ImperialUnitConverter Instance
Field Value
Type | Description |
---|---|
ImperialUnitConverter |
Properties
| Improve this Doc View SourceMeterRatio
Declaration
public double MeterRatio { get; }
Property Value
Type | Description |
---|---|
System.Double |
ScaleBarValues
Declaration
public IEnumerable<int> ScaleBarValues { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |
Methods
| Improve this Doc View SourceGetScaleText(Int32)
Declaration
public string GetScaleText(int mapScaleValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | mapScaleValue |
Returns
Type | Description |
---|---|
System.String |