Piccolo.NET

PNode.BoundsVolatile Property

Gets a value indicating whether this nodes bounds may change at any time.

protected virtual bool BoundsVolatile {get;}

Property Value

The property is true if this node has volatile bounds; otherwise, false.

Remarks

Notes to Inheritors: The default behavior is to return false. Subclasses that override this method to return true, should also override the get accessor of the Bounds property and compute the volatile bounds there before returning.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility