Skip to main content

HtmlEditorDocumentFontInfo.Size Property

Gets or sets the font size.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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