ViewOutlineProvider.PaddedBounds Property

Definition

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

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

Property Value

Attributes

Remarks

Maintains the outline of the View to match its rectangular padded 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.PADDED_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