Back to DOM
DOM.Styles.EffectStyle
Namespace: DOM.Styles
Container for visual effect settings that can be applied to shapes and other renderable elements.
aggregates optional effect subcomponents such as outer shadow, 3D scene configuration and 3D shape type information. Consumers should check each property forand apply only the effects that are present. This separation keeps individual effect concerns small and composable while providing a single place to query an element's complete effect configuration.
3 members
Properties
OuterShadowIOuterShadow
Gets or sets the outer shadow effect configuration.
Scene3DIScene3D
Gets or sets 3D scene parameters that affect how the element participates in a 3D context.
Shape3DIShape3DType
Gets or sets the 3D extrusion / bevel type for the element when 3D rendering is used.