Show / Hide Table of Contents

Property Color

Color

Gets or sets the color of the edges.

Declaration
[TypeConverter(typeof(ColorConverter))]
public Color Color { get; set; }
Property Value
Type Description
System.Drawing.Color

The color of the edges.

Remarks

The default color is black. The alpha value of the color sets the transparency of the edges. If alpha is 255 for an ARGB color, then the edges are opaque.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.