Click or drag to resize
DigitalRuneUIControlIsVisualValid Property
Gets a value indicating whether the cached RenderData is up-to-date.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public bool IsVisualValid { get; }

Property Value

Type: Boolean
if the cached RenderData is up-to-date; otherwise, .
Remarks
This flag is set to when InvalidateVisual is called.
See Also