Click or drag to resize
DigitalRuneUIControlIsMeasureValid Property
Gets a value indicating whether the Measure(Vector2F) results (DesiredWidth and DesiredHeight) are 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 IsMeasureValid { get; }

Property Value

Type: Boolean
if Measure(Vector2F) results are up-to-date; otherwise, .
Remarks
This flag is set to when InvalidateMeasure is called.
See Also