VDocs.NET
Back to DOM

DOM.Enums.GradientDirection

Namespace: DOM.Enums

Represents the direction of the gradient fill.

3 members

Fields

Diagonal

The gradient is applied diagonally, typically from one corner to another.

Horizontal

The gradient is applied horizontally from left to right.

Vertical

The gradient is applied vertically from top to bottom.

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