CustomMarkDrawEventArgs(CustomMarkVisualInfoCollection) Constructor
Initializes a new instance of the CustomMarkDrawEventArgs class with the specified custom mark visual info.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Parameters
Name | Type | Description |
---|---|---|
visualInfoCollection | DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection | A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection collection containing custom marks visual info. |
Remarks
The CustomMarkDrawEventArgs is created automatically, and passed to the handler of the RichEditControl.CustomMarkDraw event.
See Also