Class ChangeFormatPainterStateCommandParameter
Describes the possible parameters of the ChangeFormatPainterStateCommand.
Inheritance
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class ChangeFormatPainterStateCommandParameter : Enum
Fields
Cancel
The format painter will cancel pasting.
Declaration
public const ChangeFormatPainterStateCommandParameter Cancel
Field Value
ChangeFormatPainterStateCommandParameter
|
CopyForMultiplePaste
The format painter will copy the current formatting and prepare to paste it in multiple places.
Declaration
public const ChangeFormatPainterStateCommandParameter CopyForMultiplePaste
Field Value
ChangeFormatPainterStateCommandParameter
|
CopyForSinglePaste
The format painter will copy the current formatting and prepare to paste it once.
Declaration
public const ChangeFormatPainterStateCommandParameter CopyForSinglePaste
Field Value
ChangeFormatPainterStateCommandParameter
|
value__
Declaration
public int value__
Field Value
System.Int32
|