Search
BrushCollection.DefaultBrush Property
See Also
 





Gets or sets the default brush added to a brush collection from within a design-time editor.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public Brush DefaultBrush { get; set; }

Visual Basic  Copy Code

Public Property DefaultBrush As Brush

 Property Value

An instance of the Brush class.

 See Also