Gets the size that this element computed during the measure pass of the layout process.
Syntax
'Declaration
Public ReadOnly Property DesiredSize As Size
public Size DesiredSize {get;}
Property Value
The computed size, which becomes the desired size for the arrange pass.
See Also