Search Results for

    Show / Hide Table of Contents

    Interface IUnitConverter

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

    Properties

    | Edit this page View Source

    MeterRatio

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

    ScaleBarValues

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

    Methods

    | Edit this page View Source

    GetScaleText(int)

    Declaration
    string GetScaleText(int mapScaleValue)
    Parameters
    Type Name Description
    int mapScaleValue
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX