TextView.CompoundPaddingStart Property

Definition

Returns the start padding of the view, plus space for the start Drawable if any.

public virtual int CompoundPaddingStart { [Android.Runtime.Register("getCompoundPaddingStart", "()I", "GetGetCompoundPaddingStartHandler")] get; }
[<get: Android.Runtime.Register("getCompoundPaddingStart", "()I", "GetGetCompoundPaddingStartHandler")>]
member this.CompoundPaddingStart : int

Property Value

Attributes

Remarks

Returns the start padding of the view, plus space for the start Drawable if any.

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

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