This documentation is archived and is not being maintained.
LayoutInformation Class
Visual Studio 2010
Defines methods that provide additional information about the layout state of an element.
Assembly: PresentationFramework (in PresentationFramework.dll)
The LayoutInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetLayoutClip | Returns a Geometry that represents the visible region of an element. |
![]() ![]() | GetLayoutExceptionElement | Returns a UIElement that was being processed by the layout engine at the moment of an unhandled exception. |
![]() ![]() | GetLayoutSlot | Returns a Rect that represents the layout partition that is reserved for a child element. |
The following example demonstrates how to use the GetLayoutSlot method to translate the bounding box of a FrameworkElement into a GeometryDrawing.
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.
Show:
