View.RightPaddingOffset Property

Definition

Amount by which to extend the right fading region.

protected virtual int RightPaddingOffset { [Android.Runtime.Register("getRightPaddingOffset", "()I", "GetGetRightPaddingOffsetHandler")] get; }
[<get: Android.Runtime.Register("getRightPaddingOffset", "()I", "GetGetRightPaddingOffsetHandler")>]
member this.RightPaddingOffset : int

Property Value

The right padding offset in pixels.

Attributes

Remarks

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

Added in CURRENT.

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

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