Search
Arrow.Segments Property
See Also
 



Gets or sets the number of segments an arrow has.

 Syntax

VB6  Copy Code

Public Property Get Segments() As Integer
Public Property Let Segments( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_Segments ()
void put_Segments (
    short value
)

 Property Value

A short value. Initialized with FlowChart.ArrowSegments.

 Remarks

Gets or sets the number of segments in an arrow. Arrows whose Style is set to asPerpendicular require at least two segments. Reflexive arrows are composed of at least 3 segments if their style is not set to asBezier. Routing and layout algorithms can implicitly change the number of segments.

 See Also