Search
Arrow.TextColor Property
See Also
 



Gets or sets the color in which the arrow text will be drawn.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
unsigned int get_TextColor ()
void put_TextColor (
    unsigned int value
)

 Property Value

A color object.

 Remarks

Color of the arrow's Text.

 See Also