dotnetCHARTING Send comments on this topic.
GlowColor Property
See Also 
dotnetCHARTING Namespace > Label Class : GlowColor Property


Gets or sets a Color used to create a glow effect around the drawn text.

Syntax

Visual Basic (Declaration) 
Public Property GlowColor As Color
Visual Basic (Usage)Copy Code
Dim instance As Label
Dim value As Color
 
instance.GlowColor = value
 
value = instance.GlowColor
C# 
public Color GlowColor {get; set;}

Example

See Also

© 2010 All Rights Reserved.