Gets and sets the color of the pen used to draw the border around the text annotation.
Syntax
public Color PenColor {get; set;}
public: __property Color get_PenColor();
public: __property void set_PenColor(
Color value
);
'Declaration
Public Property PenColor As Color
'Usage
Dim instance As TextTool
Dim value As Color
instance.PenColor = value
value = instance.PenColor
Property Value
The color of the pen.
See Also