OutlineStyle.JoinType Property
Gets or sets the join type of the outline.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| LineJoinType | The join type. |
Available values:
| Name | Description | Example |
|---|---|---|
| Bevel | Specifies that a corner where two lines intersect is cut off at a 45 degree angle. |
|
| Miter | Specifies that a corner where two lines intersect is sharp or clipped, depending on the MiterLimit value. |
|
| Round | Specifies that a corner where two lines intersect is rounded. |
|
See Also


