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



Gets or sets a value that indicates whether this box is visible.

Syntax

Visual Basic (Declaration) 
Public Property Visible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value As Boolean
 
instance.Visible = value
 
value = instance.Visible
C# 
public bool Visible {get; set;}
C++/CLI 
public:
property bool Visible {
   bool get();
   void set (bool value);
}

See Also