Android.Widget.ViewFlipper.AutoStart Property
Returns true if this view automatically calls ViewFlipper.StartFlipping when it becomes attached to a window.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns true if this view automatically calls ViewFlipper.StartFlipping when it becomes attached to a window.

Set method documentation [Android Documentation]

Set if this view automatically calls ViewFlipper.StartFlipping when it becomes attached to a window.

Requirements

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