ViewGroup.MarginLayoutParams.LayoutDirection Property

Definition

Retuns the layout direction. -or- Set the layout direction

C#
public virtual Android.Views.LayoutDirection LayoutDirection { [Android.Runtime.Register("getLayoutDirection", "()I", "GetGetLayoutDirectionHandler")] get; [Android.Runtime.Register("setLayoutDirection", "(I)V", "GetSetLayoutDirection_IHandler")] set; }

Property Value

the layout direction.

Attributes

Remarks

Property getter documentation:

Retuns the layout direction. Can be either View#LAYOUT_DIRECTION_LTR or View#LAYOUT_DIRECTION_RTL.

Java documentation for android.view.ViewGroup.MarginLayoutParams.getLayoutDirection().

Property setter documentation:

Set the layout direction

Java documentation for android.view.ViewGroup.MarginLayoutParams.setLayoutDirection(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

Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35