Represents a command to change the background color of a paragraph in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ChangeParagraphBackgroundColorCommand : ChangeColorCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeColorCommandBaseChangeParagraphBackgroundColorCommand
Implements:
Inherited Members
Constructors
C#
public ChangeParagraphBackgroundColorCommand(RadRichTextBox radRichTextBox)
Methods
C#
protected override void SetColor(Color color)
Overrides: