Piccolo.NET

PNode.PaintInvalid Property

Gets or sets a value indicating whether this node's paint is invalid, in which case the node needs to be repainted.

public virtual bool PaintInvalid {get; set;}

Property Value

True if this node needs to be repainted; else false;

Remarks

If this property is set to true, the node will later be repainted. Note, this property is most often set internally.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility