Aspose::Words::Drawing::ArrowType enum

ArrowType enum

Specifies the type of an arrow at a line end.

enum class ArrowType

Values

NameValueDescription
None0The line does not have an arrow at the end.
Arrow1The arrow is a solid triangle.
Stealth2The arrow is a “stealth” arrow.
Diamond3The line end is a solid diamond.
Oval4The line end is a solid oval.
Open5The arrow is an open arrow.
Defaultn/aSame as None.

See Also