ZoomButtonsController.Container Property

Definition

Gets the container that is the parent of the zoom controls.

public virtual Android.Views.ViewGroup? Container { [Android.Runtime.Register("getContainer", "()Landroid/view/ViewGroup;", "GetGetContainerHandler")] get; }
[<get: Android.Runtime.Register("getContainer", "()Landroid/view/ViewGroup;", "GetGetContainerHandler")>]
member this.Container : Android.Views.ViewGroup

Property Value

The container of the zoom controls. It will be a layout that respects the gravity of a child's layout parameters.

Attributes

Remarks

Gets the container that is the parent of the zoom controls.

The client can add other views to this container to link them with the zoom controls.

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

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