Class VectorStyle
Implements
Inherited Members
Namespace: Mapsui.Styles
Assembly: Mapsui.dll
Syntax
public class VectorStyle : BaseStyle, IStyle
Constructors
| Edit this page View SourceVectorStyle()
Declaration
public VectorStyle()
Properties
| Edit this page View SourceFill
Fill style for Polygon geometries
Declaration
public Brush? Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| Brush |
Line
Line style for line geometries
Declaration
public Pen? Line { get; set; }
Property Value
| Type | Description |
|---|---|
| Pen |
Outline
Outline style for line and polygon geometries
Declaration
public Pen? Outline { get; set; }
Property Value
| Type | Description |
|---|---|
| Pen |