Back to Devexpress

HEFontSizeRibbonCommand Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-fd8a0496.md

latest2.4 KB
Original Source

HEFontSizeRibbonCommand Class

A Ribbon item that allows the font size to be selected and applied to the text content selected within the design view area.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class HEFontSizeRibbonCommand :
    HERibbonComboBoxCommandBase
vb
Public Class HEFontSizeRibbonCommand
    Inherits HERibbonComboBoxCommandBase

Remarks

The ASPxHtmlEditor allows end-users to change the font size of the editor’s selected text by using the Font Size combo box ( HEFontSizeRibbonCommand ). Clicking the combo box button opens a drop down window with predefined font sizes.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem RibbonItemBase RibbonEditItemBase RibbonComboBoxItem HERibbonComboBoxCommandBase HEFontSizeRibbonCommand

See Also

HEFontSizeRibbonCommand Members

HTML Editor

Ribbon Toolbar

Html Editor Designer

DevExpress.Web.ASPxHtmlEditor Namespace