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