Class RevisionColors
Represents the different colors available for revisions in the document model.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public static class RevisionColors : Object
Properties
Auto
Represents the automatic color assignment for revisions in Telerik's document model.
Declaration
public static RevisionColor Auto { get; }
Property Value
RevisionColor
|
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
public static RevisionColor ByAuthor { get; }
Property Value
RevisionColor
|