Search
FlowChart.ArrowTextStyle Property
See Also
 



Gets or sets the initial text placement and orientation of arrows' text.

 Syntax

VB6  Copy Code

Public Property Get ArrowTextStyle() As EArrowTextStyle
Public Property Let ArrowTextStyle( _
    ByVal Value As EArrowTextStyle _
)

C++  Copy Code

public:
EArrowTextStyle get_ArrowTextStyle ()
void put_ArrowTextStyle (
    EArrowTextStyle value
)

 Property Value

A member of the EArrowTextStyle enumeration. The default is atsCenter.

 Remarks

Specifies the initial value of the TextStyle property of new arrows.

 See Also