New to Telerik UI for WPFStart a free 30-day trial

Represents the color associated with a revision in the document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Revisions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public struct RevisionColor

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Constructors

C#
public RevisionColor(bool isColorByAuthor)
Parameters:isColorByAuthorbool
C#
public RevisionColor(Color color)
Parameters:colorColor

Fields

Color

Color

C#
public Color Color
C#
public bool IsColorAutomatic
C#
public bool IsColorByAuthor