Back to Devexpress

LineJoinType Enum

officefileapi-devexpress-dot-docs-dot-presentation-dbab6e74.md

latest1.7 KB
Original Source

LineJoinType Enum

Lists values that specify the line join type.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum LineJoinType
vb
Public Enum LineJoinType

Members

NameDescriptionExample
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.

|

|

The following properties accept/return LineJoinType values:

See Also

DevExpress.Docs.Presentation Namespace