Gets or sets the background color of the shape.
Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx
SyntaxC#
Copy Code
|
|---|
public TColor BackgroundColor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BackgroundColor As TColor |
A color object.
See Also