CharacterPropertiesBase.FontSize Property
Gets or sets the character(s) font size.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Nullable<Single> | A Single value, representing the font size in points or null for mixed sizes. |
Remarks
Use the CharacterProperties interface to change character formatting.
See Also
Feedback