Android.Views.ViewGroup.ClipChildren Property
Returns whether this group's children are clipped to their bounds before drawing.

Syntax

[get: Android.Runtime.Register("getClipChildren", "()Z", "GetGetClipChildrenHandler")]
public virtual bool ClipChildren { get; }

See Also

ViewGroup.SetClipChildren(bool)

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this group's children are clipped to their bounds before drawing. The default value is true.

[Android Documentation]

Requirements

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