ImageGear .NET v25.2 - Updated
ImageGear.Comparison Assembly / ImageGear.Comparison Namespace / OutputOptions Class / InsertColor Property




In This Topic
    InsertColor Property
    In This Topic
    Defines the color used to mark inserted content.
    Syntax
    'Declaration
     
    Public Property InsertColor As Color
    'Usage
     
    Dim instance As OutputOptions
    Dim value As Color
     
    instance.InsertColor = value
     
    value = instance.InsertColor
    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);
    }
    See Also