Translates commands related to shapes in the RichTextBox control.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class RichTextBoxShapesCommandsTranslator : RichTextBoxCommandsTranslator, INotifyPropertyChanged
Inheritance: objectRichTextBoxCommandsRichTextBoxCommandsTranslatorRichTextBoxShapesCommandsTranslator
Implements:
Inherited Members
Constructors
public RichTextBoxShapesCommandsTranslator(RichTextBoxCommands activeEditorCommands, RichTextBoxCommands mainEditorCommands)
Properties
Rotates the text associated with a specified shape within the RichTextBox.
public override ChangeRotateTextWithShapeCommand ChangeRotateTextWithShapeCommand { get; }
Overrides:
Executes the command to change the shape's auto fit to the text within it.
public override ChangeShapeAutoFitToTextCommand ChangeShapeAutoFitToTextCommand { get; }
Overrides:
Executes the command to change the fill of a specified shape in the rich text box.
public override ChangeShapeFillCommand ChangeShapeFillCommand { get; }
Overrides:
Executes the command to change the outline dash style of a specified shape in a RichTextBox.
public override ChangeShapeOutlineDashCommand ChangeShapeOutlineDashCommand { get; }
Overrides:
Represents a command to change the outline and fill of a shape in the RichTextBox.
public override ChangeShapeOutlineFillCommand ChangeShapeOutlineFillCommand { get; }
Overrides:
Changes the outline width of a specified shape in the RichTextBox.
public override ChangeShapeOutlineWidthCommand ChangeShapeOutlineWidthCommand { get; }
Overrides:
Executes the command to change the bottom margin of a shape's text in a RichTextBox.
public override ChangeShapeTextBottomMarginCommand ChangeShapeTextBottomMarginCommand { get; }
Overrides:
Executes the command to change the text fill of a shape within the RichTextBox.
public override ChangeShapeTextFillCommand ChangeShapeTextFillCommand { get; }
Overrides:
Changes the left margin of the specified shape's text within a RichTextBox control.
public override ChangeShapeTextLeftMarginCommand ChangeShapeTextLeftMarginCommand { get; }
Overrides:
Changes the outline dash style of a shape within a RichTextBox.
public override ChangeShapeTextOutlineDashCommand ChangeShapeTextOutlineDashCommand { get; }
Overrides:
Executes the command to change the text outline fill of a shape in the RichTextBox.
public override ChangeShapeTextOutlineFillCommand ChangeShapeTextOutlineFillCommand { get; }
Overrides:
Changes the outline width of a specified shape within a RichTextBox.
public override ChangeShapeTextOutlineWidthCommand ChangeShapeTextOutlineWidthCommand { get; }
Overrides:
Changes the right margin of the shape text within a RichTextBox control.
public override ChangeShapeTextRightMarginCommand ChangeShapeTextRightMarginCommand { get; }
Overrides:
Executes the command to change the text rotation of a shape in the RichTextBox.
public override ChangeShapeTextRotationCommand ChangeShapeTextRotationCommand { get; }
Overrides:
Changes the top margin of the shape text within a RichTextBox.
public override ChangeShapeTextTopMarginCommand ChangeShapeTextTopMarginCommand { get; }
Overrides:
Changes the vertical alignment of the text within a specified shape in the RichTextBox.
public override ChangeShapeTextVerticalAlignmentCommand ChangeShapeTextVerticalAlignmentCommand { get; }
Overrides:
Executes the command to change the text wrap settings of a shape in a rich text box.
public override ChangeShapeTextWrapCommand ChangeShapeTextWrapCommand { get; }
Overrides:
Executes the copy command to copy the selected content in the rich text box.
public override CopyCommand CopyCommand { get; }
Overrides:
Executes the Cut command on the rich text box, removing the selected content and placing it onto the clipboard.
public override CutCommand CutCommand { get; }
Overrides:
Deletes the specified command from the RichTextBox.
public override DeleteCommand DeleteCommand { get; }
Overrides:
Executes the Paste command to insert content from the clipboard into the RichTextBox.
public override PasteCommand PasteCommand { get; }
Overrides:
Displays the task pane associated with the RichTextBox, allowing the user to interact with various shape editing options within the document.
public override ShowTaskPaneCommand ShowTaskPaneCommand { get; }
Overrides:
Toggles the state of the Insert Shape tool command in the RichTextBox.
public override ToggleInsertShapeToolCommand ToggleInsertShapeToolCommand { get; }
Overrides: