Class ChangeParagraphBackgroundColorCommand
Inheritance
System.Object
ChangeParagraphBackgroundColorCommand
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ChangeParagraphBackgroundColorCommand : ChangeColorCommandBase, ICommand
Constructors
ChangeParagraphBackgroundColorCommand(RadRichTextBox)
Declaration
public ChangeParagraphBackgroundColorCommand(RadRichTextBox radRichTextBox)
Parameters
RadRichTextBox
radRichTextBox
|
Methods
SetColor(Color)
Declaration
protected override void SetColor(Color color)
Parameters
System.Windows.Media.Color
color
|