layout: default title: MarkerSymbol parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Symbols
MarkerSymbol Class
Marker symbols are used to draw Point graphics in a FeatureLayer or individual graphics in a 2D MapView. To create
new marker symbols, use either SimpleMarkerSymbol or PictureMarkerSymbol.
ArcGIS Maps SDK for JavaScript
public abstract class MarkerSymbol : dymaptic.GeoBlazor.Core.Components.Symbols.Symbol
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Symbol 🡒 MarkerSymbol
Derived
↳ PictureMarkerSymbol
↳ SimpleMarkerSymbol
Properties
MarkerSymbol.Angle Property
The angle of the marker relative to the screen in degrees.
public System.Nullable<double> Angle { get; set; }
Property Value
System.Nullable<System.Double>
MarkerSymbol.XOffset Property
The offset on the x-axis in points. This value may be autocast with a string expressing size in points or pixels (e.g. 12px).
public dymaptic.GeoBlazor.Core.Objects.Dimension? XOffset { get; set; }
Property Value
MarkerSymbol.YOffset Property
The offset on the y-axis in points. This value may be autocast with a string expressing size in points or pixels (e.g. 12px).
public dymaptic.GeoBlazor.Core.Objects.Dimension? YOffset { get; set; }