Show / Hide Table of Contents

    Class ThemeStyle

    Inheritance
    System.Object
    Style
    ThemeStyle
    Implements
    IThemeStyle
    IStyle
    Inherited Members
    Style.MinVisible
    Style.MaxVisible
    Style.Enabled
    Style.Opacity
    Style.Equals(Object)
    Style.Equals(Style)
    Style.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Styles.Thematics
    Assembly: Mapsui.dll
    Syntax
    public class ThemeStyle : Style, IThemeStyle, IStyle

    Constructors

    | Improve this Doc View Source

    ThemeStyle(Func<IFeature, IStyle>)

    Declaration
    public ThemeStyle(Func<IFeature, IStyle> method)
    Parameters
    Type Name Description
    System.Func<IFeature, IStyle> method

    Methods

    | Improve this Doc View Source

    GetStyle(IFeature)

    Declaration
    public IStyle GetStyle(IFeature attribute)
    Parameters
    Type Name Description
    IFeature attribute
    Returns
    Type Description
    IStyle

    Implements

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