ClassChangeShapeTextOutlineWidthCommand
Class
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
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ChangeShapeTextOutlineWidthCommand : ShapeContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShapeContextCommandBaseChangeShapeTextOutlineWidthCommand
Implements:
Inherited Members
Constructors
ChangeShapeTextOutlineWidthCommand(RadRichTextBox)
Declaration
cs-api-definition
public ChangeShapeTextOutlineWidthCommand(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