RoundedCorner.PositionBottomLeft Field

Definition

Caution

This constant will be removed in the future version. Use Android.Views.RoundedCornerPosition enum directly instead of this field.

The rounded corner is at the bottom-left of the screen.

[Android.Runtime.Register("POSITION_BOTTOM_LEFT", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.RoundedCornerPosition enum directly instead of this field.", true)]
public const Android.Views.RoundedCornerPosition PositionBottomLeft = 3;
[<Android.Runtime.Register("POSITION_BOTTOM_LEFT", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.RoundedCornerPosition enum directly instead of this field.", true)>]
val mutable PositionBottomLeft : Android.Views.RoundedCornerPosition

Field Value

Value = 3

Implements

Attributes

Remarks

The rounded corner is at the bottom-left of the screen.

Java documentation for android.view.RoundedCorner.POSITION_BOTTOM_LEFT.

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