Property Color
Color
Gets or sets the color used in the symbol layer's material fill.
Declaration
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
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |