Back to Devexpress

ScrollVerticallyByLogicalOffsetCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-986bbb7c.md

latest1.9 KB
Original Source

ScrollVerticallyByLogicalOffsetCommand Class

A command to scroll a document in a vertical direction by the specified distance, in the document model.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ScrollVerticallyByLogicalOffsetCommand :
    ScrollVerticallyByPhysicalOffsetCommandBase
vb
Public Class ScrollVerticallyByLogicalOffsetCommand
    Inherits ScrollVerticallyByPhysicalOffsetCommandBase

Inheritance

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

See Also

ScrollVerticallyByLogicalOffsetCommand Members

DevExpress.XtraRichEdit.Commands Namespace