Android.Views.View.LeftFadingEdgeStrength Property
Returns the strength, or intensity, of the left faded edge.

Syntax

[get: Android.Runtime.Register("getLeftFadingEdgeStrength", "()F", "GetGetLeftFadingEdgeStrengthHandler")]
protected virtual float LeftFadingEdgeStrength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the strength, or intensity, of the left 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