Search
ShapeComponent.Brush Property
See Also
 





Gets or sets the brush used to fill the component.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

An instance of a Brush-derived class. The default is null (Nothing in Visual Basic).

 See Also