ViewOutlineProvider.Background Property

Definition

Default outline provider for Views, which queries the Outline from the View's background, or generates a 0 alpha, rectangular Outline the size of the View if a background isn't present.

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

Property Value

Attributes

Remarks

Default outline provider for Views, which queries the Outline from the View's background, or generates a 0 alpha, rectangular Outline the size of the View if a background isn't present.

Java documentation for android.view.ViewOutlineProvider.BACKGROUND.

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

See also