Skip to main content

CharacterStyleCollection.CreateNew() Method

Creates a new character style.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

CharacterStyle CreateNew()

Returns

Type Description
CharacterStyle

A CharacterStyle object representing a character style.

Remarks

Use the CharacterStyleCollection.Add method to add a newly created style to the collection.

The following code snippets (auto-collected from DevExpress Examples) contain references to the CreateNew() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also