Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CharacterPropertiesBase.ThemeFontEastAsia Property

Specifies the theme font for East Asian characters.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

ThemeFont? ThemeFontEastAsia { get; set; }

Property Value

Type Description
Nullable<ThemeFont>

One of the ThemeFont enumeration values indicating the theme font, or null for a mixture of values.

Remarks

If the ThemeFontEastAsia is not specified, the CharacterPropertiesBase.FontNameEastAsia property determines the theme font.

See Also