View.ScrollBarFadeDuration Property

Definition

Returns the scrollbar fade duration. -or- Define the scrollbar fade duration.

public virtual int ScrollBarFadeDuration { [Android.Runtime.Register("getScrollBarFadeDuration", "()I", "GetGetScrollBarFadeDurationHandler")] get; [Android.Runtime.Register("setScrollBarFadeDuration", "(I)V", "GetSetScrollBarFadeDuration_IHandler")] set; }
[<get: Android.Runtime.Register("getScrollBarFadeDuration", "()I", "GetGetScrollBarFadeDurationHandler")>]
[<set: Android.Runtime.Register("setScrollBarFadeDuration", "(I)V", "GetSetScrollBarFadeDuration_IHandler")>]
member this.ScrollBarFadeDuration : int with get, set

Property Value

the scrollbar fade duration, in milliseconds

Attributes

Remarks

Property getter documentation:

Returns the scrollbar fade duration.

Java documentation for android.view.View.getScrollBarFadeDuration().

Property setter documentation:

Define the scrollbar fade duration.

Java documentation for android.view.View.setScrollBarFadeDuration(int).

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.

Applies to