TextBlock::OnChildDesiredSizeChangedCore Method (UIElement^)

 

Called when a child element deriving from UIElement changes its DesiredSize.

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

protected:
virtual void OnChildDesiredSizeChangedCore(
	UIElement^ child
)

Parameters

child
Type: System.Windows::UIElement^

The child UIElement element whose DesiredSize has changed.

.NET Framework
Available since 3.0
Return to top
Show: