Back to Devexpress

ZoomOutCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-0773813a.md

latest1.6 KB
Original Source

ZoomOutCommand Class

A command to “zoom out “ the document to see more of the page at a reduced size.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ZoomOutCommand :
    ZoomCommandBase
vb
Public Class ZoomOutCommand
    Inherits ZoomCommandBase

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.ZoomCommandBase ZoomOutCommand

See Also

ZoomOutCommand Members

DevExpress.XtraRichEdit.Commands Namespace