| UIControlIsArrangeValid Property |
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public bool IsArrangeValid { get; }
Public ReadOnly Property IsArrangeValid As Boolean
Get
public:
property bool IsArrangeValid {
bool get ();
}
member IsArrangeValid : bool with get
Property Value
Type:
Boolean if the
Arrange(Vector2F, Vector2F) results are
up-to-date; otherwise,
.
Remarks See Also