layout: default title: Outline parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Symbols

Outline Class

A convenience sub-class of SimpleLineSymbol for defining outlines of other symbols.

public class Outline : dymaptic.GeoBlazor.Core.Components.Symbols.SimpleLineSymbol

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Symbol 🡒 LineSymbol 🡒 SimpleLineSymbol 🡒 Outline

Constructors

Outline() Constructor

Parameterless constructor for using as a razor component

public Outline();

Outline(MapColor, Nullable, Nullable) Constructor

Constructs a new Outline in code with parameters

public Outline(dymaptic.GeoBlazor.Core.Objects.MapColor? color=null, System.Nullable<double> width=null, System.Nullable<dymaptic.GeoBlazor.Core.Components.Symbols.LineStyle> lineStyle=null);

Parameters

color MapColor

The color of the outline.

width System.Nullable<System.Double>

The width of the outline in points.

lineStyle System.Nullable<LineStyle>

The style of the outline.