ViewOutlineProvider.Bounds Property

Definition

Maintains the outline of the View to match its rectangular bounds, at 1.0f alpha.

[Android.Runtime.Register("BOUNDS")]
public static Android.Views.ViewOutlineProvider? Bounds { get; }
[<Android.Runtime.Register("BOUNDS")>]
static member Bounds : Android.Views.ViewOutlineProvider

Property Value

Attributes

Remarks

Maintains the outline of the View to match its rectangular bounds, at 1.0f alpha.

This can be used to enable Views that are opaque but lacking a background cast a shadow.

Java documentation for android.view.ViewOutlineProvider.BOUNDS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to