LayerDrawable.StartPadding Property

Definition

Returns the start padding in pixels.

public virtual int StartPadding { [Android.Runtime.Register("getStartPadding", "()I", "GetGetStartPaddingHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getStartPadding", "()I", "GetGetStartPaddingHandler", ApiSince=23)>]
member this.StartPadding : int

Property Value

the start padding in pixels, or -1 if not explicitly specified

Attributes

Remarks

Returns the start padding in pixels.

A return value of -1 means there is no explicit padding set for this dimension. As a result, the value for this dimension returned by #getPadding(Rect) will be computed from the child layers according to the padding mode (see #getPaddingMode().

Java documentation for android.graphics.drawable.LayerDrawable.getStartPadding().

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