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 |