Gets the effective shadow brush of the item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Brush EffectiveShadowBrush { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property EffectiveShadowBrush As Brush |
An instance of a MindFusion.Drawing.Brush-derived class.
Returns a Brush instance used to paint the item's shadow. This value comes from the ShadowBrush property if it is set, or is derived from either the item's Style or the current diagram Theme.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |