Gets a value indicating whether the computed size and position of child elements in this element's layout are valid.
Syntax
'Declaration
Public ReadOnly Property IsArrangeValid As Boolean
public bool IsArrangeValid {get;}
Property Value
true if the size and position of layout are valid; otherwise, false.
See Also