Represents the storage of structure revision options for document modeling in Telerik's framework.
Definition
Namespace:Telerik.Windows.Documents.Model.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class StructureRevisionOptions
Inheritance: objectStructureRevisionOptions
Constructors
C#
public StructureRevisionOptions()
C#
public StructureRevisionOptions(RevisionDecoration decoration)
Properties
Represents the color options associated with the structure revision.
C#
public RevisionColor ColorOptions { get; set; }
Represents the decoration options for structure revisions in the document model.
C#
public RevisionDecoration Decoration { get; set; }