ClassRevisionColors
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:
cs-api-definition
public static class RevisionColors
Inheritance: objectRevisionColors
Properties
Auto
Represents the automatic color assignment for revisions in Telerik's document model.
Declaration
cs-api-definition
public static RevisionColor Auto { get; }
Property Value
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.
ByAuthor
Gets the color associated with the specified author for revisions.
Declaration
cs-api-definition
public static RevisionColor ByAuthor { get; }
Property Value