Class ThemeStyle
Assembly: Mapsui.dll
Syntax
public class ThemeStyle : BaseStyle, IThemeStyle, IStyle
Constructors
|
Edit this page
View Source
ThemeStyle(Func<IFeature, IStyle?>)
Declaration
public ThemeStyle(Func<IFeature, IStyle?> method)
Parameters
|
Edit this page
View Source
ThemeStyle(Func<IFeature, Viewport, IStyle?>)
Declaration
public ThemeStyle(Func<IFeature, Viewport, IStyle?> method)
Parameters
Methods
|
Edit this page
View Source
GetStyle(IFeature, Viewport)
Returns the style based on a feature
Declaration
public IStyle? GetStyle(IFeature attribute, Viewport viewport)
Parameters
Returns
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|
Overrides
Implements
Extension Methods