Android.Views.View.HorizontalFadingEdgeEnabled Property

Syntax

[get: Android.Runtime.Register("isHorizontalFadingEdgeEnabled", "()Z", "GetIsHorizontalFadingEdgeEnabledHandler")]
[set: Android.Runtime.Register("setHorizontalFadingEdgeEnabled", "(Z)V", "GetSetHorizontalFadingEdgeEnabled_ZHandler")]
public virtual bool HorizontalFadingEdgeEnabled { get; set; }

See Also

View.HorizontalFadingEdgeEnabled
View.HorizontalFadingEdgeEnabled

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicate whether the horizontal edges are faded when the view is scrolled horizontally.

Set method documentation [Android Documentation]

Define whether the horizontal edges should be faded when this view is scrolled horizontally.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1