Gets or sets the brush used to paint item's background.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Brush Brush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Brush As Brush |
An instance of Brush -derived class. The default value is null.
RemarksIf this property is not set, item's background is painted using the parent node's Brush.
See Also