Android.Views.View.RightFadingEdgeStrength Property
Returns the strength, or intensity, of the right faded edge.

Syntax

[get: Android.Runtime.Register("getRightFadingEdgeStrength", "()F", "GetGetRightFadingEdgeStrengthHandler")]
protected virtual float RightFadingEdgeStrength { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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