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 JS API

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.

public System.Nullable<double> XOffset { get; set; }

Property Value

System.Nullable<System.Double>

MarkerSymbol.YOffset Property

The offset on the y-axis in points.

public System.Nullable<double> YOffset { get; set; }

Property Value

System.Nullable<System.Double>