Share via


RelativeLayout.IgnoreGravity Property

Definition

Get the id of the View to be ignored by gravity

public virtual int IgnoreGravity { [Android.Runtime.Register("getIgnoreGravity", "()I", "GetGetIgnoreGravityHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getIgnoreGravity", "()I", "GetGetIgnoreGravityHandler", ApiSince=29)>]
member this.IgnoreGravity : int

Property Value

Attributes

Remarks

Get the id of the View to be ignored by gravity

Java documentation for android.widget.RelativeLayout.getIgnoreGravity().

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