Android.Views.ViewOutlineProvider Members

The members of Android.Views.ViewOutlineProvider are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
BackgroundViewOutlineProvider. 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.
[read-only]
static
BoundsViewOutlineProvider. Maintains the outline of the View to match its rectangular bounds, at 1.0f alpha.
[read-only]
static
PaddedBoundsViewOutlineProvider. Maintains the outline of the View to match its rectangular padded bounds, at 1.0f alpha.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
GetOutline(View, Android.Graphics.Outline)
Called to get the provider to populate the Outline.