次の方法で共有


VisualElement クラス

定義

Android プラットフォームの視覚要素のレガシ カラー モードと昇格を制御します。

public ref class VisualElement abstract sealed
public static class VisualElement
type VisualElement = class
Public Module VisualElement
継承
VisualElement

フィールド

ElevationProperty

添付プロパティのバインド可能なプロパティ Elevationです。

IsLegacyColorModeEnabledProperty

添付プロパティのバインド可能なプロパティ IsLegacyColorModeEnabledです。

メソッド

GetElevation(IPlatformElementConfiguration<Android,VisualElement>)

要素の昇格を取得します。

GetElevation(VisualElement)

要素の昇格を取得します。

GetIsLegacyColorModeEnabled(BindableObject)

この要素のレガシ カラー モードが有効かどうかを取得します。

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<Android,VisualElement>)

この要素のレガシ カラー モードが有効かどうかを取得します。

SetElevation(IPlatformElementConfiguration<Android,VisualElement>, Nullable<Single>)

視覚要素の昇格を設定します。

SetElevation(VisualElement, Nullable<Single>)

視覚要素の昇格を設定します。

SetIsLegacyColorModeEnabled(BindableObject, Boolean)

この要素のレガシ カラー モードを有効にするかどうかを設定します。

SetIsLegacyColorModeEnabled(IPlatformElementConfiguration<Android,VisualElement>, Boolean)

この要素のレガシ カラー モードを有効にするかどうかを設定します。

適用対象