Click or drag to resize
DigitalRuneUIControlIsArrangeValid Property
Gets a value indicating whether the Arrange(Vector2F, Vector2F) results 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 IsArrangeValid { get; }

Property Value

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