Spinner.SetGravity(GravityFlags) Method

Definition

Describes how the selected item view is positioned.

[Android.Runtime.Register("setGravity", "(I)V", "GetSetGravity_IHandler")]
public virtual void SetGravity (Android.Views.GravityFlags gravity);
[<Android.Runtime.Register("setGravity", "(I)V", "GetSetGravity_IHandler")>]
abstract member SetGravity : Android.Views.GravityFlags -> unit
override this.SetGravity : Android.Views.GravityFlags -> unit

Parameters

gravity
GravityFlags

See android.view.Gravity

Attributes

Remarks

Describes how the selected item view is positioned. Currently only the horizontal component is used. The default is determined by the current theme.

Java documentation for android.widget.Spinner.setGravity(int).

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