Android.Views.ViewGroup.SetClipChildren Method
By default, children are clipped to their bounds before drawing.

Syntax

[Android.Runtime.Register("setClipChildren", "(Z)V", "GetSetClipChildren_ZHandler")]
public virtual void SetClipChildren (bool clipChildren)

Parameters

clipChildren
true to clip children to their bounds, false otherwise

Remarks

By default, children are clipped to their bounds before drawing. This allows view groups to override this behavior for animations, etc.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1