Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the current Android.Views.ViewOutlineProvider of the view, which generates the Outline
that defines the shape of the shadow it casts, and enables outline clipping.
Set method documentation [Android Documentation]
Sets the Android.Views.ViewOutlineProvider of the view, which generates the Outline that defines
the shape of the shadow it casts, and enables outline clipping.
The default ViewOutlineProvider, ViewOutlineProvider.Background, queries the Outline
from the View's background drawable, via Android.Graphics.Drawables.Drawable.GetOutline(Android.Graphics.Outline). Changing the
outline provider with this method allows this behavior to be overridden.
If the ViewOutlineProvider is null, if querying it for an outline returns false,
or if the produced Outline is Android.Graphics.Outline.IsEmpty, shadows will not be cast.
Only outlines that return true from Android.Graphics.Outline.CanClip may be used for clipping.