AdornerPanel.GetLayoutClip Method

Returns the layout clip of the AdornerPanel.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected Overrides Function GetLayoutClip ( _
    layoutSlotSize As Size _
) As Geometry
protected override Geometry GetLayoutClip(
    Size layoutSlotSize
)
protected:
virtual Geometry^ GetLayoutClip(
    Size layoutSlotSize
) override
abstract GetLayoutClip : 
        layoutSlotSize:Size -> Geometry 
override GetLayoutClip : 
        layoutSlotSize:Size -> Geometry 
protected override function GetLayoutClip(
    layoutSlotSize : Size
) : Geometry

Parameters

Return Value

Type: System.Windows.Media.Geometry
A Geometry that represents the layout clip of the AdornerPanel.

.NET Framework Security

See Also

Reference

AdornerPanel Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Adorner Architecture

Feature Providers and Feature Connectors