Class ChangeShapeTextOutlineWidthCommand
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.
Inheritance
System.Object
ChangeShapeTextOutlineWidthCommand
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ChangeShapeTextOutlineWidthCommand : ShapeContextCommandBase, ICommand
Constructors
ChangeShapeTextOutlineWidthCommand(RadRichTextBox)
Declaration
public ChangeShapeTextOutlineWidthCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|