Back to Devexpress

EditableItemHitInfo.StartIndex Property

windowsforms-devexpress-dot-xtramap-dot-editableitemhitinfo-f2365242.md

latest1.4 KB
Original Source

EditableItemHitInfo.StartIndex Property

Returns the first point that defines a line that is under a hit tested point.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public int StartIndex { get; }
vb
Public ReadOnly Property StartIndex As Integer

Property Value

TypeDescription
Int32

The first point that defines a line that is under a hit tested point.

|

Remarks

Note that the EditableItemHitInfo.EndIndex property stores the same index as StartIndex if the hit tested point is over the EditableItemHitInfo.Item‘s point.

See Also

EditableItemHitInfo Class

EditableItemHitInfo Members

DevExpress.XtraMap Namespace