UIElement.RenderSize Property
May 02, 2013
Gets the final render size of a UIElement.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.SizeThe rendered size for this object. There is no default value.
RenderSize is generally not the property to use to obtain size information about a UI element. For general UI purposes, use ActualHeight or ActualWidth instead, and do so only at points in object lifetime where object layout is complete. For layout method override purposes, use DesiredSize.