VDocs.NET
Back to DOM

DOM.Styles.EffectExtent

Namespace: DOM.Styles

Specifies the extent of a visual effect (for example shadow, glow or blur) around an element.

provides four directional extents that describe how far an effect should extend beyond an element's bounds. Values are expressed using, allowing absolute units (EMU/pt/cm/etc.) or relative percentages. Rendering and export logic should apply these extents when computing effect clipping, layout overflow and visual bounds.

4 members

Properties

Gets or sets the distance the effect extends below the element.

Gets or sets the distance the effect extends to the left of the element.

Gets or sets the distance the effect extends to the right of the element.

Gets or sets the distance the effect extends above the element.

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.