Gets or sets the brush used to fill the background of the component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush Background { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Background As Brush |
An instance of a Brush-derived class. The default is null (Nothing in Visual Basic) indicating a transparent background.
See Also