View.RightFadingEdgeStrength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the strength, or intensity, of the right faded edge.
protected virtual float RightFadingEdgeStrength { [Android.Runtime.Register("getRightFadingEdgeStrength", "()F", "GetGetRightFadingEdgeStrengthHandler")] get; }
[<get: Android.Runtime.Register("getRightFadingEdgeStrength", "()F", "GetGetRightFadingEdgeStrengthHandler")>]
member this.RightFadingEdgeStrength : single
Property Value
the intensity of the right fade as a float between 0.0f and 1.0f
- Attributes
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.
Java documentation for android.view.View.getRightFadingEdgeStrength()
.
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.