Class StrokeJoinStyleValues
Specifies the type of join to be used in creating the corner where two lines of a shape or path meet.
Inheritance
System.Object
StrokeJoinStyleValues
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class StrokeJoinStyleValues : Enum
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 |