Interface IThemeStyle
Interface for rendering a thematic layer
Namespace: Mapsui.Styles.Thematics
Assembly: Mapsui.dll
Syntax
public interface IThemeStyle : IStyle
Methods
| Edit this page View SourceGetStyle(IFeature, Viewport)
Returns the style based on a feature
Declaration
IStyle? GetStyle(IFeature feature, Viewport viewport)
Parameters
| Type | Name | Description |
|---|---|---|
| IFeature | feature | Feature to calculate color from |
| Viewport | viewport |
Returns
| Type | Description |
|---|---|
| IStyle | Color |