次の方法で共有


VisualElement クラス

定義

iOS プラットフォームでぼかし効果、影の効果、および従来のカラー モードへのアクセスを提供します。

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

フィールド

BlurEffectProperty

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

CanBecomeFirstResponderProperty

のバインド可能なプロパティ CanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>)です。

IsLegacyColorModeEnabledProperty

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

IsShadowEnabledProperty

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

ShadowColorProperty

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

ShadowOffsetProperty

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

ShadowOpacityProperty

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

ShadowRadiusProperty

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

メソッド

CanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>)

要素を含むページではなく、この要素がタッチ イベントの最初のレスポンダーになることができるかどうかを取得します。

GetBlurEffect(BindableObject)

適用されるぼかし効果 (該当する場合) を制御する値を返します。

GetBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>)

適用されるぼかし効果 (該当する場合) を制御する値を返します。

GetCanBecomeFirstResponder(BindableObject)

要素を含むページではなく、この要素がタッチ イベントの最初のレスポンダーになることができるかどうかを取得します。

GetIsLegacyColorModeEnabled(BindableObject)

レガシ カラー モードが有効かどうかを返します。

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

レガシ カラー モードが有効かどうかを返します。

GetIsShadowEnabled(BindableObject)

シャドウ効果が有効かどうかを取得します。

GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

シャドウ効果が有効かどうかを取得します。

GetShadowColor(BindableObject)

現在の影の色を取得します。

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

現在の影の色を取得します。

GetShadowOffset(BindableObject)

現在のシャドウ オフセットを取得します。

GetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>)

現在のシャドウ オフセットを取得します。

GetShadowOpacity(BindableObject)

現在の影の不透明度を取得します。

GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)

影の不透明度。

GetShadowRadius(BindableObject)

現在の影の半径を取得します。

GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>)

現在の影の半径を取得します。

SetBlurEffect(BindableObject, BlurEffectStyle)

適用されるぼかし効果 (該当する場合) を制御する値を設定します。

SetCanBecomeFirstResponder(BindableObject, Boolean)

要素を含むページではなく、この要素がタッチ イベントの最初のレスポンダーになることができるかどうかを設定します。

SetCanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

要素を含むページではなく、この要素がタッチ イベントの最初のレスポンダーになることができるかどうかを設定します。

SetIsLegacyColorModeEnabled(BindableObject, Boolean)

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

SetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

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

SetIsShadowEnabled(BindableObject, Boolean)

シャドウ効果を有効にするかどうかを設定します。

SetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

シャドウ効果を有効にするかどうかを設定します。

SetShadowColor(BindableObject, Color)

影の色を設定します。

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

影の色を設定します。

SetShadowOffset(BindableObject, Size)

影のオフセットを設定します。

SetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>, Size)

影のオフセットを設定します。

SetShadowOpacity(BindableObject, Double)

影の不透明度を設定します。

SetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>, Double)

影の不透明度を設定します。

SetShadowRadius(BindableObject, Double)

影の半径を設定します。

SetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>, Double)

影の半径を設定します。

UseBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>, BlurEffectStyle)

使用するぼかし効果を設定します。

適用対象