Represents a command that changes the underline color of text in the rich text editor.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ChangeUnderlineColorCommand : ChangeColorCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeColorCommandBaseChangeUnderlineColorCommand
Implements:
Inherited Members
Constructors
Methods
C#
protected override void SetColor(Color color)
Overrides: