Search Results for

    Show / Hide Table of Contents

    Class StyleExtensions

    Inheritance
    object
    StyleExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions
    Assembly: Mapsui.dll
    Syntax
    public static class StyleExtensions

    Methods

    | Edit this page View Source

    GetStylesToApply(IStyle?, double)

    Declaration
    public static IEnumerable<IStyle> GetStylesToApply(this IStyle? style, double resolution)
    Parameters
    Type Name Description
    IStyle style
    double resolution
    Returns
    Type Description
    IEnumerable<IStyle>
    | Edit this page View Source

    ShouldBeApplied(IStyle?, double)

    Declaration
    public static bool ShouldBeApplied(this IStyle? style, double resolution)
    Parameters
    Type Name Description
    IStyle style
    double resolution
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX