Search Results for

    Show / Hide Table of Contents

    Class ThemeStyle

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

    Constructors

    | Edit this page View Source

    ThemeStyle(Func<IFeature, IStyle?>)

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

    Methods

    | Edit this page View Source

    GetStyle(IFeature)

    Returns the style based on a feature

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

    Color

    Implements

    IThemeStyle
    IStyle

    Extension Methods

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