layout: default title: Symbol parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Symbols

Symbol Class

Symbol is the abstract base class for all symbols. Symbols represent point, line, polygon, and mesh geometries as
vector graphics within a View. Symbols can only be set directly on individual graphics in a GraphicsLayer or in
View.graphics. Otherwise they are assigned to a Renderer that is applied to a Layer.
ArcGIS Maps SDK for JavaScript

public abstract class Symbol : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Symbol

Derived
FillSymbol
LineSymbol
MarkerSymbol
TextSymbol

Properties

Symbol.Color Property

The color of the symbol.

public dymaptic.GeoBlazor.Core.Objects.MapColor? Color { get; set; }

Property Value

MapColor

Symbol.Type Property

The symbol type

public virtual string Type { get; }

Property Value

System.String