var l =newLabel(){Content="Hello"}; l.Measure(newSize(double.PositiveInfinity,double.PositiveInfinity));Size s = l.DesiredSize;