C# Class Mapsui.Styles.Thematics.CustomTheme

The CustomTheme class is used for defining your own thematic rendering by using a custom get-style-delegate.
Inheritance: Style, IThemeStyle
Afficher le fichier Open project: pauldendulk/Mapsui

Méthodes publiques

Méthode Description
CustomTheme ( GetStyleMethod getStyleMethod ) : Mapsui.Providers

Initializes a new instance of the CustomTheme class

GetStyle ( IFeature row ) : IStyle

Method Details

CustomTheme() public méthode

Initializes a new instance of the CustomTheme class
public CustomTheme ( GetStyleMethod getStyleMethod ) : Mapsui.Providers
getStyleMethod GetStyleMethod
Résultat Mapsui.Providers

GetStyle() public méthode

public GetStyle ( IFeature row ) : IStyle
row IFeature
Résultat IStyle