Class ThemeStyle
Inherited Members
Namespace: Mapsui.Styles.Thematics
Assembly: Mapsui.dll
Syntax
public class ThemeStyle : Style, IThemeStyle, IStyle
Constructors
| Edit this page View SourceThemeStyle(Func<IFeature, IStyle?>)
Declaration
public ThemeStyle(Func<IFeature, IStyle?> method)
Parameters
Type | Name | Description |
---|---|---|
Func<IFeature, IStyle> | method |
Methods
| Edit this page View SourceGetStyle(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 |