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

    | Improve this Doc 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

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX