Gets or sets the default brush used for painting the items' shadows.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush ShadowBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShadowBrush As Brush |
An instance of a Brush-derived class.
Use the property to specify an initial value for the ShadowBrush property of new diagram elements.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |