TextView.ExtendedPaddingTop Property

Definition

Returns the extended top padding of the view, including both the top Drawable if any and any extra space to keep more than maxLines of text from showing.

public virtual int ExtendedPaddingTop { [Android.Runtime.Register("getExtendedPaddingTop", "()I", "GetGetExtendedPaddingTopHandler")] get; }
[<get: Android.Runtime.Register("getExtendedPaddingTop", "()I", "GetGetExtendedPaddingTopHandler")>]
member this.ExtendedPaddingTop : int

Property Value

Attributes

Remarks

Returns the extended top padding of the view, including both the top Drawable if any and any extra space to keep more than maxLines of text from showing. It is only valid to call this after measuring.

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

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