Compartilhar via


TextView.SetPaddingRelative(Int32, Int32, Int32, Int32) Método

Definição

Define o preenchimento relativo.

[Android.Runtime.Register("setPaddingRelative", "(IIII)V", "GetSetPaddingRelative_IIIIHandler")]
public override void SetPaddingRelative (int start, int top, int end, int bottom);
[<Android.Runtime.Register("setPaddingRelative", "(IIII)V", "GetSetPaddingRelative_IIIIHandler")>]
override this.SetPaddingRelative : int * int * int * int -> unit

Parâmetros

start
Int32

O preenchimento inicial em pixels

top
Int32

o preenchimento superior em pixels

end
Int32

O preenchimento final em pixels

bottom
Int32

o preenchimento inferior em pixels

Atributos

Comentários

Documentação Java para android.widget.TextView.setPaddingRelative(int, int, int, int).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a