ViewFlipper.AutoStart Property

Definition

Returns true if this view automatically calls #startFlipping() when it becomes attached to a window. -or- Set if this view automatically calls #startFlipping() when it becomes attached to a window.

public virtual bool AutoStart { [Android.Runtime.Register("isAutoStart", "()Z", "GetIsAutoStartHandler")] get; [Android.Runtime.Register("setAutoStart", "(Z)V", "GetSetAutoStart_ZHandler")] set; }
[<get: Android.Runtime.Register("isAutoStart", "()Z", "GetIsAutoStartHandler")>]
[<set: Android.Runtime.Register("setAutoStart", "(Z)V", "GetSetAutoStart_ZHandler")>]
member this.AutoStart : bool with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns true if this view automatically calls #startFlipping() when it becomes attached to a window.

Java documentation for android.widget.ViewFlipper.isAutoStart().

Property setter documentation:

Set if this view automatically calls #startFlipping() when it becomes attached to a window.

Java documentation for android.widget.ViewFlipper.setAutoStart(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.

Applies to