FlexGrid for WPF | ComponentOne
C1.WPF.GridControl Assembly / C1.WPF.Grid Namespace / GridControlPanel Class / GetLayoutClip Method

In This Topic
    GetLayoutClip Method (GridControlPanel)
    In This Topic
    Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space.
    Syntax
    'Declaration
     
    Protected Overrides Function GetLayoutClip( _
       ByVal layoutSlotSize As Size _
    ) As Geometry
    protected override Geometry GetLayoutClip( 
       Size layoutSlotSize
    )

    Parameters

    layoutSlotSize

    Return Value

    The clipping geometry.
    See Also