TextView.TotalPaddingTop Property

Definition

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

public virtual int TotalPaddingTop { [Android.Runtime.Register("getTotalPaddingTop", "()I", "GetGetTotalPaddingTopHandler")] get; }
[<get: Android.Runtime.Register("getTotalPaddingTop", "()I", "GetGetTotalPaddingTopHandler")>]
member this.TotalPaddingTop : int

Property Value

Attributes

Remarks

Returns the total top padding of the view, including the top 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.getTotalPaddingTop().

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