Back to Devexpress

LineArrowType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-3e73053d.md

latest1.9 KB
Original Source

LineArrowType Enum

Lists values that specify the arrowhead type.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum LineArrowType
vb
Public Enum LineArrowType

Members

NameDescriptionExample
None

A line has no arrowhead at the specified end.

| | | Arrow |

An open arrowhead.

|

| | Diamond |

A diamond-shaped arrowhead.

|

| | Oval |

An oval-shaped arrowhead.

|

| | StealthArrow |

A stealth-shaped arrowhead.

|

| | TriangleArrow |

A triangular arrowhead.

|

|

The following properties accept/return LineArrowType values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace