SymbolProperties(Char, String) Constructor
Initializes a new instance of the SymbolProperties class with the specified settings.
Namespace: DevExpress.XtraRichEdit.Utils
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| unicodeChar | Char | A Char structure. |
| fontName | String | A String value, specifying the font name. |
See Also