OutlineStyle.JoinType Property
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Property Value
| Type |
|---|
| LineJoinType |
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


