Class
ChangedLinesOptions

Represents the options for displaying changed lines in a document.

Definition

Namespace:Telerik.Windows.Documents.Model.Revisions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ChangedLinesOptions

Inheritance: objectChangedLinesOptions

Constructors

ChangedLinesOptions()

Declaration

cs-api-definition
public ChangedLinesOptions()

ChangedLinesOptions(Color)

Declaration

cs-api-definition
public ChangedLinesOptions(Color color)

Parameters

color

Color

Properties

ColorOptions

Represents the color options for changed lines in a document.

Declaration

cs-api-definition
public RevisionColor ColorOptions { get; set; }

Property Value

RevisionColor

IsEnabled

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

Declaration

cs-api-definition
public bool IsEnabled { get; set; }

Property Value

bool

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