HtmlDiffOutputGenerator.InsertStyle

HtmlDiffOutputGenerator.InsertStyle property

Gets and sets the CSS-style string for Insert operation. Example:

color: #003300; background-color: #ccff66;
public string InsertStyle { get; set; }

See Also