Show / Hide Table of Contents

Property Color

Color

Gets or sets the color used in the symbol layer's material fill.

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

The Color used in the symbol layer's material fill.

Remarks

The alpha value of the color sets the transparency of the material fill. If alpha is 255 for the material color then the material fill is opaque. If a color is not explicitly set, the default is white, RGBA(255, 255, 255, 255).

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.