Android.Views.View.TopFadingEdgeStrength Property
Returns the strength, or intensity, of the top faded edge.

Syntax

[get: Android.Runtime.Register("getTopFadingEdgeStrength", "()F", "GetGetTopFadingEdgeStrengthHandler")]
protected virtual float TopFadingEdgeStrength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the strength, or intensity, of the top faded edge. The strength is a value between 0.0 (no fade) and 1.0 (full fade). The default implementation returns 0.0 or 1.0 but no value in between. Subclasses should override this method to provide a smoother fade transition when scrolling occurs.

[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