Class ConflictingStylesResolutionMode
Describes possible types of conflict resolution when style repositories are merged during Rad
Inheritance
System.Object
ConflictingStylesResolutionMode
Namespace: Telerik.Windows.Documents.Model.Merging
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class ConflictingStylesResolutionMode : Enum
Fields
RenameSourceStyle
Style of the source document will be renamed and used.
Declaration
public const ConflictingStylesResolutionMode RenameSourceStyle
Field Value
UseTargetStyle
Style of the target document will be used.
Declaration
public const ConflictingStylesResolutionMode UseTargetStyle
Field Value
value__
Declaration
public int value__
Field Value
System.
|