Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Capture.Position Property

Gets the starting position of the matching string in the document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

DocumentPosition Position { get; }

Property Value

Type Description
DocumentPosition

A DocumentPosition object, representing a position in the docuemnt where the match starts.

See Also