Gets or sets whether this element is visible or hidden.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)

Syntax

C#
public bool Visible { get; set; }
Visual Basic (Declaration)
Public Property Visible As Boolean
Visual C++
public:
property bool Visible {
	bool get ();
	void set (bool value);
}

See Also