ViewOutlineProvider.Background Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.