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

SymbolProperties(Char, String) Constructor

Initializes a new instance of the SymbolProperties class with the specified settings.

Namespace: DevExpress.XtraRichEdit.Utils

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public SymbolProperties(
    char unicodeChar,
    string fontName
)

Parameters

Name Type Description
unicodeChar Char

A Char structure.

fontName String

A String value, specifying the font name.

See Also