View.TopPaddingOffset Property

Definition

Amount by which to extend the top fading region.

protected virtual int TopPaddingOffset { [Android.Runtime.Register("getTopPaddingOffset", "()I", "GetGetTopPaddingOffsetHandler")] get; }
[<get: Android.Runtime.Register("getTopPaddingOffset", "()I", "GetGetTopPaddingOffsetHandler")>]
member this.TopPaddingOffset : int

Property Value

The top padding offset in pixels.

Attributes

Remarks

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

Added in CURRENT.

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

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