New to Telerik UI for WPFStart a free 30-day trial

Executes the command to change the shape's auto fit setting to adjust to the text content.

Definition

Constructors

C#
public ChangeShapeAutoFitToTextCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Methods

Performs the execute action specific to the command.

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Overrides: RichTextBoxCommandBase.ExecuteOverride(object)