Back to Devexpress

ChangeDoubleFontSizeCommand Class

officefileapi-devexpress-dot-xtrarichedit-dot-commands-519d4965.md

latest1.9 KB
Original Source

ChangeDoubleFontSizeCommand Class

Doubles the font size of the selected text.

Namespace : DevExpress.XtraRichEdit.Commands

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ChangeDoubleFontSizeCommand :
    ChangeCharacterFormattingCommandBase<int>
vb
Public Class ChangeDoubleFontSizeCommand
    Inherits ChangeCharacterFormattingCommandBase(Of Integer)

Inheritance

Object Command DevExpress.Utils.Commands.ControlCommand<IRichEditControl, RichEditCommandId, DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> DevExpress.XtraRichEdit.Commands.RichEditCommandBase<DevExpress.XtraRichEdit.Localization.XtraRichEditStringId> RichEditCommand DevExpress.XtraRichEdit.Commands.SelectionBasedCommandBase SelectionBasedPropertyChangeCommandBase DevExpress.XtraRichEdit.Commands.ChangeCharacterFormattingCommandBase<Int32> ChangeDoubleFontSizeCommand

See Also

ChangeDoubleFontSizeCommand Members

DevExpress.XtraRichEdit.Commands Namespace