Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.FontUnit Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-ca5137a6.md

latest1.8 KB
Original Source

DXRichEditHtmlDocumentExporterOptions.FontUnit Property

Gets or sets the measurement unit to set the font size when exporting to HTML. This is a dependency property.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public HtmlFontUnit FontUnit { get; set; }
vb
Public Property FontUnit As HtmlFontUnit

Property Value

TypeDescription
HtmlFontUnit

A HtmlFontUnit enumeration value specifying the unit for the font size.

|

Available values:

NameDescription
Point

Font size specified in points.

| | Pixel |

Font size specified in pixels.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FontUnit
DXRichEditDocumentExportOptions

.HtmlOptions .FontUnit

|

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace