Class ChangedLinesOptions
Represents the options for displaying changed lines in a document.
Inheritance
System.Object
ChangedLinesOptions
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ChangedLinesOptions : Object
Constructors
ChangedLinesOptions()
Declaration
public ChangedLinesOptions()
ChangedLinesOptions(Color)
Declaration
public ChangedLinesOptions(Color color)
Parameters
System.Windows.Media.Color
color
|
Properties
ColorOptions
Represents the color options for changed lines in a document.
Declaration
public RevisionColor ColorOptions { get; set; }
Property Value
RevisionColor
|
IsEnabled
Gets or sets a value indicating whether the changed lines feature is enabled.
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|