Search Results for

    Show / Hide Table of Contents

    Class ImperialUnitConverter

    Inheritance
    object
    ImperialUnitConverter
    Implements
    IUnitConverter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Widgets.ScaleBar
    Assembly: Mapsui.dll
    Syntax
    public class ImperialUnitConverter : IUnitConverter

    Fields

    | Edit this page View Source

    Instance

    Declaration
    public static readonly ImperialUnitConverter Instance
    Field Value
    Type Description
    ImperialUnitConverter

    Properties

    | Edit this page View Source

    MeterRatio

    Declaration
    public double MeterRatio { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    ScaleBarValues

    Declaration
    public IEnumerable<int> ScaleBarValues { get; }
    Property Value
    Type Description
    IEnumerable<int>

    Methods

    | Edit this page View Source

    GetScaleText(int)

    Declaration
    public string GetScaleText(int mapScaleValue)
    Parameters
    Type Name Description
    int mapScaleValue
    Returns
    Type Description
    string

    Implements

    IUnitConverter
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX