Class BeforeSpacingCommand
Implements a command to set before spacing for the current paragraph or a selection of paragraphs.
Implements
System.Windows.Input.ICommand
Inherited Members
Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
Syntax
public class BeforeSpacingCommand : CommandBase, ICommand
Constructors
BeforeSpacingCommand(SfRichTextBoxAdv)
Initializes a new instance of the BeforeSpacingCommand class for the specified SfRichTextBoxAdv.
Declaration
public BeforeSpacingCommand(SfRichTextBoxAdv richTextBoxAdv)
Parameters
Type | Name | Description |
---|---|---|
SfRichTextBoxAdv | richTextBoxAdv | The SfRichTextBoxAdv instance to which the BeforeSpacingCommand is associated. |
Methods
ExecuteCommand(Object)
Defines the method to be called when the command is invoked.
Declaration
protected override void ExecuteCommand(object parameter)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parameter | Data used by the command. If the command does not require data to be passed, this object can be set to null. |
Overrides
Implements
System.Windows.Input.ICommand