ZoomButtonsController.AutoDismissed Property

Definition

Whether the zoom controls will be automatically dismissed after showing. -or- Sets whether the zoom controls will be automatically dismissed after showing.

public virtual bool AutoDismissed { [Android.Runtime.Register("isAutoDismissed", "()Z", "GetIsAutoDismissedHandler")] get; [Android.Runtime.Register("setAutoDismissed", "(Z)V", "GetSetAutoDismissed_ZHandler")] set; }
[<get: Android.Runtime.Register("isAutoDismissed", "()Z", "GetIsAutoDismissedHandler")>]
[<set: Android.Runtime.Register("setAutoDismissed", "(Z)V", "GetSetAutoDismissed_ZHandler")>]
member this.AutoDismissed : bool with get, set

Property Value

Whether the zoom controls will be auto dismissed after showing.

Attributes

Remarks

Property getter documentation:

Whether the zoom controls will be automatically dismissed after showing.

Java documentation for android.widget.ZoomButtonsController.isAutoDismissed().

Property setter documentation:

Sets whether the zoom controls will be automatically dismissed after showing.

Java documentation for android.widget.ZoomButtonsController.setAutoDismissed(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