ClassChangeFontSizeCommand
Class
Represents a command that changes the font size of the selected text in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ChangeFontSizeCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeFontSizeCommand
Implements:
Inherited Members
Constructors
ChangeFontSizeCommand(RadRichTextBox)
Declaration
cs-api-definition
public ChangeFontSizeCommand(RadRichTextBox editor)
Parameters
editor
Methods
ExecuteOverride(object)
Performs the execute action specific to the command.
Declaration
cs-api-definition
protected override void ExecuteOverride(object parameter)
Parameters
parameter
The command parameter.
Overrides
OnFontSizeChanged(StylePropertyChangedEventArgs<double>)
Declaration
cs-api-definition
protected virtual void OnFontSizeChanged(StylePropertyChangedEventArgs<double> e)
Parameters
e
UpdateSpanStyle()
Declaration
cs-api-definition
protected override void UpdateSpanStyle()
Overrides
Events
FontSizeChanged
Declaration
cs-api-definition
public event EventHandler<StylePropertyChangedEventArgs<double>> FontSizeChanged
Event Value