C# Класс Mapsui.Styles.Thematics.CustomTheme

The CustomTheme class is used for defining your own thematic rendering by using a custom get-style-delegate.
Наследование: Style, IThemeStyle
Показать файл Открыть проект

Открытые методы

Метод Описание
CustomTheme ( GetStyleMethod getStyleMethod ) : Mapsui.Providers

Initializes a new instance of the CustomTheme class

GetStyle ( IFeature row ) : IStyle

Описание методов

CustomTheme() публичный Метод

Initializes a new instance of the CustomTheme class
public CustomTheme ( GetStyleMethod getStyleMethod ) : Mapsui.Providers
getStyleMethod GetStyleMethod
Результат Mapsui.Providers

GetStyle() публичный Метод

public GetStyle ( IFeature row ) : IStyle
row IFeature
Результат IStyle