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