Represents a command that changes the top margin of a section header in a RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class ChangeSectionHeaderTopMarginCommand : ChangeSectionHeaderFooterMarginBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeSectionHeaderFooterMarginBaseChangeSectionHeaderTopMarginCommand
Implements:
Inherited Members
Constructors
C#
public ChangeSectionHeaderTopMarginCommand(RadRichTextBox radRichTextBox)
Properties
Gets a value indicating whether the behavior of the command can be executed in a protected document.
C#
protected override CanExecuteBehaviorInProtectedDocument CanExecuteBehaviorInProtectedDocument { get; }
Overrides:
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides:
C#
protected override void UpdateSectionStyle()
Overrides:
C#
protected override void UpdateSpanStyle()
Overrides: