Skip to content

Commit

Permalink
Fixed RevisionOptions example
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed Jul 6, 2024
1 parent 5507d4c commit a36a23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExRevision.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public void RevisionOptions()
revisionOptions.MovedFromTextColor = RevisionColor.Yellow;
revisionOptions.MovedFromTextEffect = RevisionTextEffect.DoubleStrikeThrough;
revisionOptions.MovedToTextColor = RevisionColor.ClassicBlue;
revisionOptions.MovedFromTextEffect = RevisionTextEffect.DoubleUnderline;
revisionOptions.MovedToTextEffect = RevisionTextEffect.DoubleUnderline;

// Render format revisions in dark red and bold.
revisionOptions.RevisedPropertiesColor = RevisionColor.DarkRed;
Expand Down

0 comments on commit a36a23a

Please sign in to comment.