This method measures the layout size required for child elements and determines a size for the System.Windows.FrameworkElement-derived class, when overridden in a derived class.
protected override System.Windows.Size MeasureOverride(
System.Windows.Size
)
'Declaration
Protected Overrides Function MeasureOverride( _
ByVal As System.Windows.Size _
) As System.Windows.Size
'Usage
Dim instance As SheetView
Dim availableSize As System.Windows.Size
Dim value As System.Windows.Size
value = instance.MeasureOverride(availableSize)
Parameters
- availableSize
- The available size that this element can give to child elements. Infinity can be specified as a value to indicate that the element will base the size on the available content.
Return Value
The size that this element determines it needs during layout, based on its calculations of child element sizes.
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)