FrameworkElement.MeasureCore Method
Implements basic measure-pass layout system behavior for FrameworkElement.
Assembly: PresentationFramework (in PresentationFramework.dll)
abstract MeasureCore : availableSize:Size -> Size override MeasureCore : availableSize:Size -> Size
Parameters
- availableSize
- Type: System.Windows.Size
The available size that the parent element can give to the child elements.
This method overrides UIElement.MeasureCore to connect the WPF core-level and WPF framework-level layout measure implementations. The FrameworkElement implementation seals the method. To adjust the measure pass layout behavior of any element that builds on the WPF framework-level, override MeasureOverride instead. To adjust the measure pass layout behavior of an element that deliberately does not build on the WPF framework-level or use FrameworkElement, override UIElement.MeasureCore.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.