VisualElement Class

Definition

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

public ref class VisualElement abstract sealed
public static class VisualElement
type VisualElement = class
Public Module VisualElement
Inheritance
VisualElement

Fields

BlurEffectProperty

Bindable property for attached property BlurEffect.

CanBecomeFirstResponderProperty

Bindable property for CanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>).

IsLegacyColorModeEnabledProperty

Bindable property for attached property IsLegacyColorModeEnabled.

IsShadowEnabledProperty

Bindable property for attached property IsShadowEnabled.

ShadowColorProperty

Bindable property for attached property ShadowColor.

ShadowOffsetProperty

Bindable property for attached property ShadowOffset.

ShadowOpacityProperty

Bindable property for attached property ShadowOpacity.

ShadowRadiusProperty

Bindable property for attached property ShadowRadius.

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