SplitterPanel::Measure Method (Size, Orientation, IEnumerable<SplitterMeasureData^>^, Boolean)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static Size Measure(
	Size availableSize,
	Orientation orientation,
	IEnumerable<SplitterMeasureData^>^ measureData,
	bool remeasureElements
)

Parameters

availableSize
Type: System.Windows::Size

The size available to the control.

orientation
Type: System.Windows.Controls::Orientation

The control's orientation.

measureData
Type: System.Collections.Generic::IEnumerable<SplitterMeasureData^>^

The enumeration of child UIElements to measure and arrange.

remeasureElements
Type: System::Boolean

True to actually remeasure the child elements and attach the new layout information to them. To perform a non-invasive preview of the layout, pass false.

Return Value

Type: System.Windows::Size

Return to top
Show: