Back to Devexpress

ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand Class

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

latest2.2 KB
Original Source

ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand Class

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

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand :
    ScrollVerticallyByPhysicalOffsetCommand
vb
Public Class ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand
    Inherits ScrollVerticallyByPhysicalOffsetCommand

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 ScrollVerticallyByPhysicalOffsetCommand ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand

See Also

ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand Members

DevExpress.XtraRichEdit.Commands Namespace