ViewGroup.LayoutParams.ResolveLayoutDirection(LayoutDirection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據版面配置方向解析版面配置參數。
[Android.Runtime.Register("resolveLayoutDirection", "(I)V", "GetResolveLayoutDirection_IHandler")]
public virtual void ResolveLayoutDirection (Android.Views.LayoutDirection layoutDirection);
[<Android.Runtime.Register("resolveLayoutDirection", "(I)V", "GetResolveLayoutDirection_IHandler")>]
abstract member ResolveLayoutDirection : Android.Views.LayoutDirection -> unit
override this.ResolveLayoutDirection : Android.Views.LayoutDirection -> unit
參數
- layoutDirection
- LayoutDirection
版面配置的方向
<code data-dev-comment-type="c">View#LAYOUT_DIRECTION_LTR</code><code data-dev-comment-type="c">View#LAYOUT_DIRECTION_RTL</code>
- 屬性
備註
根據版面配置方向解析版面配置參數。 關心layoutDirection變更的子類別應該覆寫此方法。 預設實作不做任何動作。
的 android.view.ViewGroup.LayoutParams.resolveLayoutDirection(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。