View.TopPaddingOffset Property

Definition

Amount by which to extend the top fading region.

C#
protected virtual int TopPaddingOffset { [Android.Runtime.Register("getTopPaddingOffset", "()I", "GetGetTopPaddingOffsetHandler")] get; }

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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35

See also