VDocs.NET
Back to DOM

DOM.Enums.StrokeJoinStyleValues

Namespace: DOM.Enums

Specifies the type of join to be used in creating the corner where two lines of a shape or path meet.

3 members

Fields

Bevel

Specifies a beveled corner.

Miter

Specifies a mitered corner.

Round

Specifies a rounded corner.

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