Property Color
Color
Gets or sets the color of the edges.
Declaration
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
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 |