MindFusion.Wpf Pack Programmer's Guide
Diagram.DefaultEffect Property
See Also
 





Gets or sets the default value for UIElement.Effect property of new items.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Effect DefaultEffect { get; set; }

Visual Basic  Copy Code

Public Property DefaultEffect As Effect

 Property Value

An instance of the System.Windows.Media.Effects.Effect class. The default value is null (Nothing in Visual Basic).

 Remarks

You can assign a DropShadowEffect object to this property to render shadows under all newly created diagram elements.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace