ActivityAttribute.LayoutDirection Property

Definition

Caution

There is no //activity/@android:layoutDirection attribute. This was a mistake. Perhaps you wanted ConfigurationChanges=ConfigChanges.LayoutDirection?

[System.Obsolete("There is no //activity/@android:layoutDirection attribute. This was a mistake. Perhaps you wanted ConfigurationChanges=ConfigChanges.LayoutDirection?")]
public Android.Views.LayoutDirection LayoutDirection { get; set; }
[<System.Obsolete("There is no //activity/@android:layoutDirection attribute. This was a mistake. Perhaps you wanted ConfigurationChanges=ConfigChanges.LayoutDirection?")>]
member this.LayoutDirection : Android.Views.LayoutDirection with get, set

Property Value

Attributes

Remarks

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