Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class HEFontSizeRibbonCommand :
    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.

ASPxHtmlEditor-Concepts-WorkWithContent-FontSize-DropDown

See Also