Search
Diagram.ShadowBrush Property
See Also
 





Gets or sets the default brush used to paint the shadows cast by diagram items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush ShadowBrush { get; set; }

Visual Basic  Copy Code

Public Property ShadowBrush As Brush

 Property Value

An instance of a Brush -derived class. The default is SolidBrush(Color.FromArgb(150, Color.DarkGray)).

 Remarks

Use the property to specify an initial value for the ShadowBrush property of new diagram elements.

 See Also