Skip to main content
A newer version of this page is available. .

EditableItemHitInfo.ContourIndex Property

Returns the zero-based index of the editable item’s contour whose edge or point is under the hit tested point.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public int ContourIndex { get; }

Property Value

Type Description
Int32

The zero-based index of the editable item’s contour whose edge or point is under the hit tested point.

See Also