InsertionColor Property
Syntax
public string InsertionColor {get; set;}
Public Property InsertionColor() As String
Get
Set
public:
property String^ InsertionColor
{
String^ get()
void set(String^ value)
}
Property Value
A string containing a valid color value. Default value is #66CD00
.