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

HtmlEditorDocumentFontInfo.Size Property

Gets or sets the font size.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue(typeof(FontUnit), "")]
public FontUnit Size { get; set; }

Property Value

Type Default Description
FontUnit String.Empty

A FontUnit that represents the font size.

See Also