Back to Devexpress

ChangeParagraphLineSpacingCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-c9922c82.md

latest2.0 KB
Original Source

ChangeParagraphLineSpacingCommand Class

A command to change the line spacing of the selected paragraph.

Namespace : DevExpress.XtraRichEdit.Commands

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ChangeParagraphLineSpacingCommand :
    RichEditMenuItemSimpleCommand,
    IPlaceholderCommand
vb
Public Class ChangeParagraphLineSpacingCommand
    Inherits RichEditMenuItemSimpleCommand
    Implements IPlaceholderCommand

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand RichEditMenuItemSimpleCommand ChangeParagraphLineSpacingCommand

See Also

ChangeParagraphLineSpacingCommand Members

Paragraph.LineSpacing

ParagraphPropertiesBase.LineSpacing

DevExpress.XtraRichEdit.Commands Namespace