VisualElement 类

定义

提供对 iOS 平台上的模糊效果、阴影效果以及旧版颜色模式的访问。

public static class VisualElement
type VisualElement = class
继承
System.Object
VisualElement

字段

BlurEffectProperty

附加属性的后备存储,该属性控制应用哪种模糊效果(如果有)。

CanBecomeFirstResponderProperty

提供对 iOS 平台上的模糊效果、阴影效果以及旧版颜色模式的访问。

IsLegacyColorModeEnabledProperty

打开和关闭旧版颜色模式的附加属性的后备存储。

IsShadowEnabledProperty

附加属性的后备存储,该属性控制是否启用阴影效果。

ShadowColorProperty

控制阴影颜色的附加属性的后备存储。

ShadowOffsetProperty

控制阴影偏移量的附加属性的后备存储。

ShadowOpacityProperty

控制阴影不透明度的附加属性的后备存储。

ShadowRadiusProperty

控制阴影半径的附加属性的后备存储。

方法

CanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>)

提供对 iOS 平台上的模糊效果、阴影效果以及旧版颜色模式的访问。

GetBlurEffect(BindableObject)

返回一个值,该值控制应用哪种模糊效果(如果有)。

GetBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>)

返回一个值,该值指示应用了哪种模糊效果(如果有)。

GetCanBecomeFirstResponder(BindableObject)

提供对 iOS 平台上的模糊效果、阴影效果以及旧版颜色模式的访问。

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)

提供对 iOS 平台上的模糊效果、阴影效果以及旧版颜色模式的访问。

SetCanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

提供对 iOS 平台上的模糊效果、阴影效果以及旧版颜色模式的访问。

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)

设置要使用的模糊效果。

适用于