VisualElement Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the blur effect, shadow effect, and legacy color mode on the iOS platform.
public static class VisualElement
type VisualElement = class
- Inheritance
-
System.ObjectVisualElement
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. |