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 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |