Piccolo.NET

PNode.Visible Property

Gets or sets a value indicating whether this node is visible, that is if it will paint itself and its descendents.

public virtual bool Visible {get; set;}

Property Value

True if this node and it's descendents are visible; else false.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace