VDocs.NET
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.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.