ASP.NET Pack Programmer's Guide
GlassEffect.GlowColor Property
See Also
 





Gets or sets the color of the glow portion of the effect.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color GlowColor { get; set; }

Visual Basic  Copy Code

Public Property GlowColor As Color

 Property Value

A .NET Color object. The default is White.

 Remarks

The recommended value for this property is Black (or other dark color) for Type4 glass effects.

 See Also

GlassEffect Members
GlassEffect Class
MindFusion.Diagramming Namespace