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


Gets or sets a value indicating whether this shadow is visible.

Syntax

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

See Also

© 2010 All Rights Reserved.