Gets or sets the orientation of the first segment of cascading arrows.
SyntaxVB6
Copy Code
|
|---|
Public Property Get PrpArrowStartOrnt() As EPrpStartOrientation |
C++
Copy Code
|
|---|
public: |
A member of the EPrpStartOrientation enumeration. The default is soAuto.
RemarksDefault value for the PrpStartOrientation property of new arrows. This property makes sense only for arrows of style asPerpendicular. Such arrows comprise alternating horizontal and vertical segments, every segment perpendicular to its neighbors. This property defines the orientation of the first arrow segment and can have one of the following values:
See Also