RichEditCustomMarkDrawEventArgs.VisualInfoCollection Property
Provides access to information required to visualize custom marks.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection | A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection collection containing custom marks visual info. |
Remarks
The UserData property of the CustomMarkVisualInfo object, contained in the collection, provides custom data that may be used to visualize custom marks. These data are attached when the custom mark is created.
To create a custom mark in the document, use the CustomMarkCollection.Create method.
To obtain a corresponding CustomMark object by its visual info, use the ReadOnlyCustomMarkCollection.GetByVisualInfo method.