Gets or sets the color of the shade.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Color ShadeColor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShadeColor As Color |
A Microsoft.Maui.Graphic.Color instance. The default is Black.
See Also