RichEditHitTestResult.LayoutElement Property
Gets the type of the layout element located under the test point.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
LayoutElement | An LayoutElement object indicating the layout element. |
Remarks
The LayoutElement returns the LayoutElement instance, containing the information about the element under the test point: type (LayoutElement.Type) and its coordinates (LayoutElement.Bounds).
See Also