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:
C#
public class ChangeShapeTextOutlineWidthCommand : ShapeContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseShapeContextCommandBaseChangeShapeTextOutlineWidthCommand
Implements:
Inherited Members
Constructors
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides: