ZoomButtonsController.Visible Property
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.
Whether the zoom controls are visible to the user. -or- Sets whether the zoom controls should be visible to the user.
public virtual bool Visible { [Android.Runtime.Register("isVisible", "()Z", "GetIsVisibleHandler")] get; [Android.Runtime.Register("setVisible", "(Z)V", "GetSetVisible_ZHandler")] set; }
[<get: Android.Runtime.Register("isVisible", "()Z", "GetIsVisibleHandler")>]
[<set: Android.Runtime.Register("setVisible", "(Z)V", "GetSetVisible_ZHandler")>]
member this.Visible : bool with get, set
Whether the zoom controls are visible to the user.
- Attributes
Property getter documentation:
Whether the zoom controls are visible to the user.
Java documentation for android.widget.ZoomButtonsController.isVisible()
.
Property setter documentation:
Sets whether the zoom controls should be visible to the user.
Java documentation for android.widget.ZoomButtonsController.setVisible(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.
Produkt | Versioner |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |