VDocs.NET
Back to DOM

DOM.Styles.BorderStyle

Namespace: DOM.Styles

Describes the visual style of a rectangular border (color, thickness, spacing and style).

is a simple container for border-related styling used by paragraphs, tables, shapes and other elements that support an outer or inner border. It derives from and implements.

4 members

Properties

BorderColorColor

Gets or sets the color used to draw the border.

BorderSizeDocumentUnit

Gets or sets the thickness of the border.

BorderSpaceDocumentUnit

Gets or sets the spacing between the border and the element's content.

BorderValueBorderValues

Gets or sets the border rendering style (solid, dashed, dotted, etc.).

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.