AdapterViewFlipper.FlipInterval Property

Definition

Returns the flip interval, in milliseconds.

public virtual int FlipInterval { [Android.Runtime.Register("getFlipInterval", "()I", "GetGetFlipIntervalHandler")] get; }
[<get: Android.Runtime.Register("getFlipInterval", "()I", "GetGetFlipIntervalHandler")>]
member this.FlipInterval : int

Property Value

the flip interval in milliseconds

Attributes

Remarks

Returns the flip interval, in milliseconds.

Java documentation for android.widget.AdapterViewFlipper.getFlipInterval().

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

See also