Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns whether the Outline should be used to clip the contents of the View.
Note that this flag will only be respected if the View's Outline returns true from
Android.Graphics.Outline.CanClip.
Set method documentation [Android Documentation]
Sets whether the View's Outline should be used to clip the contents of the View.
Only a single non-rectangular clip can be applied on a View at any time.
Circular clips from a ViewAnimationUtils.CreateCircularReveal(View, System.Int32, System.Int32, System.Int32, System.Int32) animation take priority over Outline clipping, and
child Outline clipping takes priority over Outline clipping done by a
parent.
Note that this flag will only be respected if the View's Outline returns true from
Android.Graphics.Outline.CanClip.