ButtonBase::OnRenderSizeChanged Method (SizeChangedInfo^)

 

Called when the rendered size of a control changes.

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public protected:
virtual void OnRenderSizeChanged(
	SizeChangedInfo^ sizeInfo
) override

Parameters

sizeInfo
Type: System.Windows::SizeChangedInfo^

Specifies the size changes.

Overrides the OnRenderSizeChanged method of the UIElement.

.NET Framework
Available since 3.0
Return to top
Show: