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

RichEditHitTestResult.LayoutElement Property

Gets the type of the layout element located under the test point.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v22.1.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public LayoutElement LayoutElement { get; }

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