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