VisualElement.GetIsLegacyColorModeEnabled メソッド

定義

オーバーロード

GetIsLegacyColorModeEnabled(BindableObject)

レガシ カラー モードが有効になっているかどうかを示すブール値を取得します。

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<Android,VisualElement>)

レガシ カラー モードが有効になっているかどうかを示すブール値を取得します。

GetIsLegacyColorModeEnabled(BindableObject)

レガシ カラー モードが有効になっているかどうかを示すブール値を取得します。

public static bool GetIsLegacyColorModeEnabled (Xamarin.Forms.BindableObject element);
static member GetIsLegacyColorModeEnabled : Xamarin.Forms.BindableObject -> bool

パラメーター

element
BindableObject

レガシ カラー モードの状態を取得する Android プラットフォームの視覚要素。

戻り値

System.Boolean

レガシ カラー モードが有効になっているかどうかを示すブール値。

適用対象

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<Android,VisualElement>)

レガシ カラー モードが有効になっているかどうかを示すブール値を取得します。

public static bool GetIsLegacyColorModeEnabled (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android,Xamarin.Forms.VisualElement> config);
static member GetIsLegacyColorModeEnabled : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Android, Xamarin.Forms.VisualElement> -> bool

パラメーター

config
IPlatformElementConfiguration<Android,VisualElement>

レガシ カラー モードの状態を取得する Android プラットフォームの視覚要素のプラットフォーム構成。

戻り値

System.Boolean

レガシ カラー モードが有効になっているかどうかを示すブール値。

適用対象