View.VerticalFadingEdgeEnabled 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.
Indicate whether the vertical edges are faded when the view is scrolled horizontally. -or- Define whether the vertical edges should be faded when this view is scrolled vertically.
public virtual bool VerticalFadingEdgeEnabled { [Android.Runtime.Register("isVerticalFadingEdgeEnabled", "()Z", "GetIsVerticalFadingEdgeEnabledHandler")] get; [Android.Runtime.Register("setVerticalFadingEdgeEnabled", "(Z)V", "GetSetVerticalFadingEdgeEnabled_ZHandler")] set; }
[<get: Android.Runtime.Register("isVerticalFadingEdgeEnabled", "()Z", "GetIsVerticalFadingEdgeEnabledHandler")>]
[<set: Android.Runtime.Register("setVerticalFadingEdgeEnabled", "(Z)V", "GetSetVerticalFadingEdgeEnabled_ZHandler")>]
member this.VerticalFadingEdgeEnabled : bool with get, set
Property Value
true if the vertical edges should are faded on scroll, false otherwise
- Attributes
Remarks
Property getter documentation:
Indicate whether the vertical edges are faded when the view is scrolled horizontally.
Java documentation for android.view.View.isVerticalFadingEdgeEnabled()
.
Property setter documentation:
Define whether the vertical edges should be faded when this view is scrolled vertically.
Java documentation for android.view.View.setVerticalFadingEdgeEnabled(boolean)
.
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.