ClassChangeParagraphBackgroundColorCommand
Class
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:
cs-api-definition
public class ChangeParagraphBackgroundColorCommand : ChangeColorCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeColorCommandBaseChangeParagraphBackgroundColorCommand
Implements:
Inherited Members
Constructors
ChangeParagraphBackgroundColorCommand(RadRichTextBox)
Declaration
cs-api-definition
public ChangeParagraphBackgroundColorCommand(RadRichTextBox radRichTextBox)
Parameters
radRichTextBox
Methods
SetColor(Color)
Declaration
cs-api-definition
protected override void SetColor(Color color)
Parameters
color
Color
Overrides