Search
Arrow.ZIndex Property
See Also
 



Gets or sets the drawing order of this arrow within the diagram.

 Syntax

VB6  Copy Code

Public Property Get ZIndex() As Long
Public Property Let ZIndex( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_ZIndex ()
void put_ZIndex (
    int value
)

 Property Value

A long value.

 Remarks

Holds the index of an arrow in the Z order. Its value can vary from 0 to 'number of items in the document - 1'.

 See Also