Interface IPointStyle
Assembly: Mapsui.dll
Syntax
public interface IPointStyle : IStyle
Properties
|
Edit this page
View Source
Offset
Declaration
Offset Offset { get; set; }
Property Value
|
Edit this page
View Source
RelativeOffset
Declaration
RelativeOffset RelativeOffset { get; set; }
Property Value
|
Edit this page
View Source
RotateWithMap
Declaration
bool RotateWithMap { get; set; }
Property Value
|
Edit this page
View Source
SymbolOffset
Declaration
Offset SymbolOffset { get; set; }
Property Value
|
Edit this page
View Source
SymbolOffsetRotatesWithMap
Declaration
bool SymbolOffsetRotatesWithMap { get; set; }
Property Value
|
Edit this page
View Source
SymbolRotation
Declaration
double SymbolRotation { get; set; }
Property Value
|
Edit this page
View Source
SymbolScale
Declaration
double SymbolScale { get; set; }
Property Value
Extension Methods