Android.Views.View.SetFadingEdgeLength Method
Set the size of the faded edge used to indicate that more content in this view is available.

Syntax

[Android.Runtime.Register("setFadingEdgeLength", "(I)V", "GetSetFadingEdgeLength_IHandler")]
public virtual void SetFadingEdgeLength (int length)

Parameters

length
The size in pixels of the faded edge used to indicate that more content in this view is visible.

Remarks

Set the size of the faded edge used to indicate that more content in this view is available. Will not change whether the fading edge is enabled; use View.VerticalFadingEdgeEnabled or View.HorizontalFadingEdgeEnabled to enable the fading edge for the vertical or horizontal fading edges.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1