Defines the color used to mark deleted content.
Syntax
public Color DeleteColor {get; set;}
public: __property Color get_DeleteColor();
public: __property void set_DeleteColor(
Color value
);
public:
property Color DeleteColor {
Color get();
void set ( Color value);
}
'Declaration
Public Property DeleteColor As Color
'Usage
Dim instance As OutputOptions
Dim value As Color
instance.DeleteColor = value
value = instance.DeleteColor
See Also