HtmlDiffOutputGenerator.EqualStyle

HtmlDiffOutputGenerator.EqualStyle property

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

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

See Also