New to Telerik UI for WPFStart a free 30-day trial

Represents the options for displaying changed lines in a document.

Definition

Namespace:Telerik.Windows.Documents.Model.Revisions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ChangedLinesOptions

Inheritance: objectChangedLinesOptions

Constructors

C#
public ChangedLinesOptions()
C#
public ChangedLinesOptions(Color color)
Parameters:colorColor

Properties

Represents the color options for changed lines in a document.

C#
public RevisionColor ColorOptions { get; set; }

Gets or sets a value indicating whether the changed lines feature is enabled.

C#
public bool IsEnabled { get; set; }
Property Value:

true if the changed lines feature is enabled; otherwise, false.