RevisionColors
Class
Represents the different colors available for revisions in the document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public static class RevisionColors
Inheritance: objectRevisionColors
Properties
Represents the automatic color assignment for revisions in Telerik's document model.
C#
public static RevisionColor Auto { get; }
Remarks:
This member is part of the RevisionColors enumeration and is used to specify that the system will automatically assign a color to revisions based on its internal logic or settings.
Gets the color associated with the specified author for revisions.
C#
public static RevisionColor ByAuthor { get; }