The members of Android.Views.ViewOutlineProvider are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] static | Background | ViewOutlineProvider. 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 | Bounds | ViewOutlineProvider. Maintains the outline of the View to match its rectangular bounds, at 1.0f alpha. |
[read-only] static | PaddedBounds | ViewOutlineProvider. Maintains the outline of the View to match its rectangular padded bounds, at 1.0f alpha. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | GetOutline(View, Android.Graphics.Outline)Called to get the provider to populate the Outline. |