Table of Contents

Struct StrokeStyleProperties1

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll

Describes the stroke that outlines a shape.

public struct StrokeStyleProperties1
Inherited Members

Fields

DashCap

The cap to use at the start and end of each dash.

public CapStyle DashCap

Field Value

CapStyle

DashOffset

The location of the first dash, relative to the start of the figure.

public float DashOffset

Field Value

float

DashStyle

The type of dash to use.

public DashStyle DashStyle

Field Value

DashStyle

EndCap

The cap to use at the end of each open figure.

public CapStyle EndCap

Field Value

CapStyle

LineJoin

The line join to use.

public LineJoin LineJoin

Field Value

LineJoin

MiterLimit

The limit beyond which miters are either clamped or converted to bevels.

public float MiterLimit

Field Value

float

StartCap

The cap to use at the start of each open figure.

public CapStyle StartCap

Field Value

CapStyle

TransformType

The rule that determines what render target properties affect the nib of the stroke.

public StrokeTransformType TransformType

Field Value

StrokeTransformType