Gets or sets the default value for UIElement.Effect property of new items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Effect DefaultEffect { get; set; } |
Visual Basic Copy Code |
---|
Public Property DefaultEffect As Effect |
An instance of the System.Windows.Media.Effects.Effect class. The default value is null (Nothing in Visual Basic).
You can assign a DropShadowEffect object to this property to render shadows under all newly created diagram elements.
WpfDiagram Programmer's Guide | © 2024 MindFusion |