MindFusion.Wpf Pack Programmer's Guide
GlassEffect.UsePenAsGlow Property
See Also
 





Gets or sets a value indicating whether the glow portion of the effect should be painted with the Pen color of the respective node.

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

 Syntax

C#  Copy Code

public bool UsePenAsGlow { get; set; }

Visual Basic  Copy Code

Public Property UsePenAsGlow As Boolean

 Property Value

true to ignore GlowColor and use the color of the pen for the effect glow; otherwise, false.

 See Also

GlassEffect Members
GlassEffect Class
MindFusion.Diagramming.Wpf Namespace