TabPanel::ArrangeOverride Method (Size)

 

Arranges and sizes the content of a TabPanel object.

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

protected:
virtual Size ArrangeOverride(
	Size arrangeSize
) override

Parameters

arrangeSize
Type: System.Windows::Size

The size that a tab panel assumes to position child elements.

Return Value

Type: System.Windows::Size

The size of the tab panel.

.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Return to top
Show: