Share via


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>)

Gets whether this element can become the first responder to touch events, rather than the page containing the element.

GetBlurEffect(BindableObject)

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

GetBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>)

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

GetCanBecomeFirstResponder(BindableObject)

Gets whether this element can become the first responder to touch events, rather than the page containing the element.

GetIsLegacyColorModeEnabled(BindableObject)

Returns whether or not the legacy color mode is enabled.

GetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Returns whether or not the legacy color mode is enabled.

GetIsShadowEnabled(BindableObject)

Gets whether or not the shadow effect is enabled.

GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Gets whether or not the shadow effect is enabled.

GetShadowColor(BindableObject)

Gets the current shadow color.

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the current shadow color.

GetShadowOffset(BindableObject)

Gets the current shadow offset.

GetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the current shadow offset.

GetShadowOpacity(BindableObject)

Gets the current shadow opacity.

GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)

The shadow opacity.

GetShadowRadius(BindableObject)

Gets the current shadow radius.

GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the current shadow radius.

SetBlurEffect(BindableObject, BlurEffectStyle)

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

SetCanBecomeFirstResponder(BindableObject, Boolean)

Sets whether this element can become the first responder to touch events, rather than the page containing the element.

SetCanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

Sets whether this element can become the first responder to touch events, rather than the page containing the element.

SetIsLegacyColorModeEnabled(BindableObject, Boolean)

Sets whether the legacy color mode is enabled.

SetIsLegacyColorModeEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

Sets whether the legacy color mode is enabled.

SetIsShadowEnabled(BindableObject, Boolean)

Sets whether or not the shadow effect is enabled.

SetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

Sets whether or not 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