Share via


MsoArrowheadStyle Enumeration 

Specifies the style of the arrowhead at the end of a line.

Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)

Usage

Dim msoArrowheadStyle1 As MsoArrowheadStyle = MsoArrowheadStyle.msoArrowheadDiamond

Syntax

Public Enum MsoArrowheadStyle
public enum MsoArrowheadStyle
public enum class MsoArrowheadStyle
public enum MsoArrowheadStyle
public enum MsoArrowheadStyle

Members

Member name Description
msoArrowheadDiamond Diamond-shaped.
msoArrowheadNone No arrowhead.
msoArrowheadOpen Open.
msoArrowheadOval Oval-shaped.
msoArrowheadStealth Stealth-shaped.
msoArrowheadStyleMixed Return value only; indicates a combination of the other states.
msoArrowheadTriangle Triangular.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace