Compartir a través de


RoundedCorner.PositionTopRight Campo

Definición

Precaución

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

La esquina redondeada está en la parte superior derecha de la pantalla.

[Android.Runtime.Register("POSITION_TOP_RIGHT", 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 PositionTopRight = 1;
[<Android.Runtime.Register("POSITION_TOP_RIGHT", 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 PositionTopRight : Android.Views.RoundedCornerPosition

Valor de campo

Value = 1

Implementaciones

Atributos

Comentarios

La esquina redondeada está en la parte superior derecha de la pantalla.

Documentación de Java para android.view.RoundedCorner.POSITION_TOP_RIGHT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a