Class StrokeJoinStyleValues
Specifies the type of join to be used in creating the corner where two lines of a shape or path meet.
Inheritance
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class StrokeJoinStyleValues : Enum
When two segments of a shape or text outline meet, StrokeJoinStyleValues decides how the corner is rendered. Round produces a softened, curved join, Bevel flattens the corner into a short straight edge, and Miter extends the edges to a sharp point. The text outline effect guide shows outline styling applied to document text.
outline.JoinStyle = StrokeJoinStyleValues.Round;Fields
Bevel
Specifies a beveled corner.
Declaration
public const StrokeJoinStyleValues Bevel
Field Value
| Type | Description |
|---|---|
| StrokeJoinStyleValues |
Miter
Specifies a mitered corner.
Declaration
public const StrokeJoinStyleValues Miter
Field Value
| Type | Description |
|---|---|
| StrokeJoinStyleValues |
Round
Specifies a rounded corner.
Declaration
public const StrokeJoinStyleValues Round
Field Value
| Type | Description |
|---|---|
| StrokeJoinStyleValues |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |