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