共用方式為


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>)Bindable 屬性。

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)

設定要使用的模糊效果。

適用於