GeoBlazor Pro


layout: pro title: SchemeOutline parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

SchemeOutline Class

Properties for defining the outline of the pie chart, marker or background fill symbol.

public class SchemeOutline :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.SchemeOutline>

Inheritance System.Object 🡒 SchemeOutline

Implements System.IEquatable<SchemeOutline>

Constructors

SchemeOutline(MapColor, Dimension) Constructor

Properties for defining the outline of the pie chart, marker or background fill symbol.

public SchemeOutline(dymaptic.GeoBlazor.Core.Objects.MapColor Color, dymaptic.GeoBlazor.Core.Objects.Dimension Width);

Parameters

Color dymaptic.GeoBlazor.Core.Objects.MapColor

The outline color of the pie chart, marker or background fill symbol.

Width dymaptic.GeoBlazor.Core.Objects.Dimension

The width of the outline or marker symbol in pixels or points.

Properties

SchemeOutline.Color Property

The outline color of the pie chart, marker or background fill symbol.

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

Property Value

dymaptic.GeoBlazor.Core.Objects.MapColor

SchemeOutline.Width Property

The width of the outline or marker symbol in pixels or points.

public dymaptic.GeoBlazor.Core.Objects.Dimension Width { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Objects.Dimension