View.LeftPaddingOffset Property

Definition

Amount by which to extend the left fading region.

protected virtual int LeftPaddingOffset { [Android.Runtime.Register("getLeftPaddingOffset", "()I", "GetGetLeftPaddingOffsetHandler")] get; }
[<get: Android.Runtime.Register("getLeftPaddingOffset", "()I", "GetGetLeftPaddingOffsetHandler")>]
member this.LeftPaddingOffset : int

Property Value

The left padding offset in pixels.

Attributes

Remarks

Amount by which to extend the left fading region. Called only when #isPaddingOffsetRequired() returns true.

Added in CURRENT.

Java documentation for android.view.View.getLeftPaddingOffset().

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

See also