Class ThemeStyle
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mapsui.Styles.Thematics
Assembly: Mapsui.dll
Syntax
public class ThemeStyle : Style, IThemeStyle, IStyle
Constructors
| Improve this Doc View SourceThemeStyle(Func<IFeature, IStyle>)
Declaration
public ThemeStyle(Func<IFeature, IStyle> method)
Parameters
Type | Name | Description |
---|---|---|
System.Func<IFeature, IStyle> | method |
Methods
| Improve this Doc View SourceGetStyle(IFeature)
Declaration
public IStyle GetStyle(IFeature attribute)
Parameters
Type | Name | Description |
---|---|---|
IFeature | attribute |
Returns
Type | Description |
---|---|
IStyle |