Show / Hide Table of Contents

    Delegate CustomTheme.GetStyleMethod

    Custom Style Delegate method

    Namespace: Mapsui.Styles.Thematics
    Assembly: Mapsui.dll
    Syntax
    public delegate IStyle GetStyleMethod(IFeature feature);
    Parameters
    Type Name Description
    IFeature feature

    Feature

    Returns
    Type Description
    IStyle

    Style to be applied to feature

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