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

ReadOnlyTextPropertiesBase.DoubleFontSize Property

Gets the font size of characters in the current DocumentText object.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

int DoubleFontSize { get; }

Property Value

Type Description
Int32

A Int32 object that is the font size.

See Also