[]
        
(Showing Draft Content)

C1.C1Preview.RenderFragment.HasClippedChildren

HasClippedChildren Method

HasClippedChildren(bool)

Checks whether any of the child fragments of the current fragment are clipped by its bounds. Depending on the recursive parameter, may also recursively test all child fragments.

Declaration
public bool HasClippedChildren(bool recursive)
Parameters
Type Name Description
bool recursive

If true, this method is called recursively on all child fragments. If false, only the immediate children of the current fragment are tested.

Returns
Type Description
bool

true if any of the children is clipped by the fragment's bounds, false otherwise.