UIElement.RenderSize Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Show: