TextView.TotalPaddingEnd Property

Definition

Returns the total end padding of the view, including the end Drawable if any.

public virtual int TotalPaddingEnd { [Android.Runtime.Register("getTotalPaddingEnd", "()I", "GetGetTotalPaddingEndHandler")] get; }
[<get: Android.Runtime.Register("getTotalPaddingEnd", "()I", "GetGetTotalPaddingEndHandler")>]
member this.TotalPaddingEnd : int

Property Value

Attributes

Remarks

Returns the total end padding of the view, including the end Drawable if any.

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

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