Search Results for

    Show / Hide Table of Contents

    Interface IThemeStyle

    Interface for rendering a thematic layer

    Inherited Members
    IStyle.MinVisible
    IStyle.MaxVisible
    IStyle.Enabled
    IStyle.Opacity
    Namespace: Mapsui.Styles.Thematics
    Assembly: Mapsui.dll
    Syntax
    public interface IThemeStyle : IStyle

    Methods

    | Edit this page View Source

    GetStyle(IFeature)

    Returns the style based on a feature

    Declaration
    IStyle? GetStyle(IFeature feature)
    Parameters
    Type Name Description
    IFeature feature

    Feature to calculate color from

    Returns
    Type Description
    IStyle

    Color

    Extension Methods

    StyleExtensions.GetStylesToApply(IStyle?, double)
    StyleExtensions.ShouldBeApplied(IStyle?, double)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX