LayerDrawable.EndPadding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the end padding in pixels.
public virtual int EndPadding { [Android.Runtime.Register("getEndPadding", "()I", "GetGetEndPaddingHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getEndPadding", "()I", "GetGetEndPaddingHandler", ApiSince=23)>]
member this.EndPadding : int
Property Value
the end padding in pixels, or -1 if not explicitly specified
- Attributes
Remarks
Returns the end 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.getEndPadding()
.
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.