Compartir a través de


RemoteViews.MarginEnd Campo

Definición

Precaución

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

El valor se aplicará al marginEnd.

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

Valor de campo

Value = 5

Implementaciones

Atributos

Comentarios

El valor se aplicará al marginEnd.

Documentación de Java para android.widget.RemoteViews.MARGIN_END.

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