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

Represents a command to change the outline width of a shape in the RichTextBox. This command can be executed to modify the appearance of shapes within the document.

Definition

Constructors

C#
public ChangeShapeTextOutlineWidthCommand(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)