TextView.TotalPaddingBottom Property

Definition

Returns the total bottom padding of the view, including the bottom Drawable if any, the extra space to keep more than maxLines from showing, and the vertical offset for gravity, if any.

public virtual int TotalPaddingBottom { [Android.Runtime.Register("getTotalPaddingBottom", "()I", "GetGetTotalPaddingBottomHandler")] get; }
[<get: Android.Runtime.Register("getTotalPaddingBottom", "()I", "GetGetTotalPaddingBottomHandler")>]
member this.TotalPaddingBottom : int

Property Value

Attributes

Remarks

Returns the total bottom padding of the view, including the bottom Drawable if any, the extra space to keep more than maxLines from showing, and the vertical offset for gravity, if any.

Java documentation for android.widget.TextView.getTotalPaddingBottom().

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