Describes possible types of conflict resolution when style repositories are merged during RadDocument merging.
Definition
Namespace:Telerik.Windows.Documents.Model.Merging
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public enum ConflictingStylesResolutionMode
Fields
Style of the source document will be renamed and used.
C#
RenameSourceStyle = 1
Style of the target document will be used.
C#
UseTargetStyle = 0