Struct RevisionColor
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinForms.Documents.Model.Revisions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public struct RevisionColor
Constructors
RevisionColor(Boolean)
Declaration
public RevisionColor(bool isColorByAuthor)
Parameters
System.Boolean
isColorByAuthor
|
RevisionColor(Color)
Fields
Color
IsColorAutomatic
Declaration
public bool IsColorAutomatic
Field Value
System.Boolean
|
IsColorByAuthor
Declaration
public bool IsColorByAuthor
Field Value
System.Boolean
|