Gets and sets the color of the background used within the text annotation.
public Color BackColor {get; set;}
public: __property Color get_BackColor();
public: __property void set_BackColor(
Color value
);
'Declaration
Public Property BackColor As Color
'Usage
Dim instance As TextTool
Dim value As Color
instance.BackColor = value
value = instance.BackColor
Property Value
The color of the background.