VisualElement Class

Definition

Provides access to the blur effect, shadow effect, and legacy color mode on the iOS platform.

public static class VisualElement
type VisualElement = class
Inheritance
VisualElement

Fields

BlurEffectProperty

Backing store for the attached property that controls which, if any, blur effect is applied.

CanBecomeFirstResponderProperty
IsLegacyColorModeEnabledProperty

Backing store for the attached property that turns the legacy color mode on and off.

IsShadowEnabledProperty

Backing store for the attached property that controls whether the shadow effect is enabled.

ShadowColorProperty

Backing store for the attached property that controls the shadow color.

ShadowOffsetProperty

Backing store for the attached property that controls the shadow offset.

ShadowOpacityProperty

Backing store for the attached property that controls the shadow opacity.

ShadowRadiusProperty

Backing store for the attached property that controls the shadow radius.

Methods

CanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>)
GetBlurEffect(BindableObject)

Returns a value that controls which, if any, blur effect is applied.

GetBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>)

Returns a value that tells which, if any, blur effect is applied.

GetCanBecomeFirstResponder(BindableObject)
GetIsLegacyColorModeEnabled(BindableObject)

Returns the legacy color mode.

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Returns the legacy color mode.

GetIsShadowEnabled(BindableObject)

Gets a Boolean value that tells whether the shadow effect is enabled.

GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Gets a Boolean value that tells whether the shadow effect is enabled.

GetShadowColor(BindableObject)

Gets the shadow color.

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow color.

GetShadowOffset(BindableObject)

Gets the shadow offset.

GetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow offset.

GetShadowOpacity(BindableObject)

Gets the shadow opacity.

GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow opacity.

GetShadowRadius(BindableObject)

Gets the shadow radius.

GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow radius.

SetBlurEffect(BindableObject, BlurEffectStyle)

Sets a value that controls which, if any, blur effect is applied.

SetCanBecomeFirstResponder(BindableObject, Boolean)
SetCanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)
SetIsLegacyColorModeEnabled(BindableObject, Boolean)

Sets the legacy color mode.

SetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

Sets the legacy color mode.

SetIsShadowEnabled(BindableObject, Boolean)

Sets a Boolean value that controls whether the shadow effect is enabled.

SetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

Sets a Boolean value that controls whether the shadow effect is enabled.

SetShadowColor(BindableObject, Color)

Sets the shadow color.

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Sets the shadow color.

SetShadowOffset(BindableObject, Size)

Sets the shadow offset.

SetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>, Size)

Sets the shadow offset.

SetShadowOpacity(BindableObject, Double)

Sets the shadow opacity.

SetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>, Double)

Sets the shadow opacity.

SetShadowRadius(BindableObject, Double)

Sets the shadow radius.

SetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>, Double)

Sets the shadow radius.

UseBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>, BlurEffectStyle)

Sets the blur effect to use.

Applies to