Gets or sets the brush used to fill the interior of the item.
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 a MindFusion.Drawing.Brush-derived class.
See Also