AdapterViewFlipper.AutoStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.AdapterViewFlipper.isAutoStart()
.
Property setter documentation:
Set if this view automatically calls #startFlipping()
when it becomes attached to a window.
Java documentation for android.widget.AdapterViewFlipper.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.