View.LayoutDirectionLtr Feld

Definition

Achtung

This constant will be removed in the future version. Use Android.Views.LayoutDirection enum directly instead of this field.

Die horizontale Layoutrichtung dieser Ansicht ist von links nach rechts.

[Android.Runtime.Register("LAYOUT_DIRECTION_LTR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.LayoutDirection enum directly instead of this field.", true)]
public const Android.Views.LayoutDirection LayoutDirectionLtr = 0;
[<Android.Runtime.Register("LAYOUT_DIRECTION_LTR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.LayoutDirection enum directly instead of this field.", true)>]
val mutable LayoutDirectionLtr : Android.Views.LayoutDirection

Feldwert

Value = 0
Attribute

Hinweise

Die horizontale Layoutrichtung dieser Ansicht ist von links nach rechts. Verwendung mit #setLayoutDirection.

Java-Dokumentation für android.view.View.LAYOUT_DIRECTION_LTR.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In der Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: