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


Gets or sets a Shadow object used to cast a shadow for this label's text.

Syntax

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

See Also