VDocs.NET
Back to DOM

DOM.Elements.Graphics.Effects.Glow

Namespace: DOM.Elements.Graphics.Effects

Represents the glow effect applied to an object or text.

2 members

Properties

GlowColor

Gets or sets the color of the glow effect.

GlowRadius

Gets or sets the radius of the glow effect.

The glow radius is specified in points (1/72 inch).

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

Create Account

Create your VDocs account.

or

Already have an account? Sign in