dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Symbols
MapFont Class
The font used to display 2D text symbols and 3D text symbols. This class allows the developer to set the font’s family, decoration, size, style, and weight properties. Take note of the “Known Limitations” for each property to understand how they differ depending on the layer type, and if you working with a MapView or SceneView.
ArcGIS JS API
public class MapFont : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 MapFont
Properties
MapFont.Family Property
The font family of the text.
public string? Family { get; set; }
Property Value
MapFont.FontStyle Property
The text style.
public string? FontStyle { get; set; }
Property Value
MapFont.Size Property
The font size in points.
public string? Size { get; set; }
Property Value
MapFont.Weight Property
The text weight.
public string? Weight { get; set; }