Android.Views.View.ClipToOutline Property
Returns whether the Outline should be used to clip the contents of the View.

Syntax

[get: Android.Runtime.Register("getClipToOutline", "()Z", "GetGetClipToOutlineHandler")]
[set: Android.Runtime.Register("setClipToOutline", "(Z)V", "GetSetClipToOutline_ZHandler")]
public bool ClipToOutline { get; set; }

See Also

View.OutlineProvider
View.ClipToOutline
View.OutlineProvider
View.ClipToOutline

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

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