Gets or sets the type of arrow segments and how they are positioned one relatively to another.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Style() As EArrowStyle |
C++
Copy Code
|
|---|
public: |
A member of the EArrowStyle enumeration. Initialized with FlowChart.ArrowStyle.
RemarksDefines the shape of an arrow. Possible values are listed below. Arrow's style can be implicitly changed by ArrangeDiagram.
See Also