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




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