Show / Hide Table of Contents

    Interface IUnitConverter

    Namespace: Mapsui.Widgets.ScaleBar
    Assembly: Mapsui.dll
    Syntax
    public interface IUnitConverter

    Properties

    | Improve this Doc View Source

    MeterRatio

    Declaration
    double MeterRatio { get; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    ScaleBarValues

    Declaration
    IEnumerable<int> ScaleBarValues { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Int32>

    Methods

    | Improve this Doc View Source

    GetScaleText(Int32)

    Declaration
    string GetScaleText(int mapScaleValue)
    Parameters
    Type Name Description
    System.Int32 mapScaleValue
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX