共用方式為


ViewGroup.LayoutParams.ResolveLayoutDirection(LayoutDirection) 方法

定義

根據版面配置方向解析版面配置參數。

[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 屬性授權中所述的詞彙使用。

適用於