The available size provided by the element.
GetLayoutClip Method
Returns an alternative clipping geometry that represents the region that would be clipped if System.Windows.UIElement.ClipToBounds were set to true.
Syntax
protected override Geometry GetLayoutClip( 
   Size layoutSlotSize
)

Parameters

layoutSlotSize
The available size provided by the element.

Return Value

The potential clipping geometry.
Requirements

Target Platforms: 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

See Also