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