Android.Views.ViewGroup.SetClipToPadding Method
By default, children are clipped to the padding of the ViewGroup.

Syntax

[Android.Runtime.Register("setClipToPadding", "(Z)V", "GetSetClipToPadding_ZHandler")]
public virtual void SetClipToPadding (bool clipToPadding)

Parameters

clipToPadding
true to clip children to the padding of the group, false otherwise

Remarks

By default, children are clipped to the padding of the ViewGroup. This allows view groups to override this behavior

[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