View.HorizontalFadingEdgeLength Property

Definition

Returns the size of the horizontal faded edges used to indicate that more content in this view is visible.

public virtual int HorizontalFadingEdgeLength { [Android.Runtime.Register("getHorizontalFadingEdgeLength", "()I", "GetGetHorizontalFadingEdgeLengthHandler")] get; }
[<get: Android.Runtime.Register("getHorizontalFadingEdgeLength", "()I", "GetGetHorizontalFadingEdgeLengthHandler")>]
member this.HorizontalFadingEdgeLength : int

Property Value

The size in pixels of the horizontal faded edge or 0 if horizontal faded edges are not enabled for this view.

Attributes

Remarks

Returns the size of the horizontal faded edges used to indicate that more content in this view is visible.

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

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