LineArrowType Enum
Lists values that specify the arrowhead type.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description | Example |
---|---|---|
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. |
Related API Members
The following properties accept/return LineArrowType values:
See Also