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.

Remarks

Setting

Visible
to false will not affect whether a node is pickable. That is, invisible nodes will still receive events. To disable a node from receiving events, set the Pickable property explicitly.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility