Skip to main content

SymbolProperties(Char, String) Constructor

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

Namespace: DevExpress.XtraRichEdit.Utils

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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