Gets a value indicating whether the current size returned by layout measure is valid.
Syntax
'Declaration
Public ReadOnly Property IsMeasureValid As Boolean
public bool IsMeasureValid {get;}
Property Value
true if the measure pass of layout returned a valid and current value; otherwise, false.
See Also