Table of Contents

Class ShapeStroke

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

The outline stroke of a shape (a:ln).

public sealed class ShapeStroke
Inheritance
ShapeStroke
Inherited Members

Constructors

ShapeStroke()

Properties

Cap

Gets or sets the raw line cap token (a:ln cap), or null.

Color

Gets or sets the stroke color, or null when unspecified.

DashStyle

Gets or sets the raw preset dash token (a:prstDash val), or null for solid.

HeadEnd

Gets or sets the decoration at the start of the outline (a:headEnd), or null.

Join

Gets or sets the raw line join element name ("round", "bevel", "miter"), or null.

NoFill

Gets or sets whether the outline is explicitly suppressed (a:ln/a:noFill).

TailEnd

Gets or sets the decoration at the end of the outline (a:tailEnd), or null.

Width

Gets or sets the stroke width (a:ln w), or null for the default.

Methods

Clone()

Creates a copy.