Back to Devexpress

EditableItemHitInfo.EndIndex Property

wpf-devexpress-dot-xpf-dot-map-dot-editableitemhitinfo-92a53bb6.md

latest1.2 KB
Original Source

EditableItemHitInfo.EndIndex Property

Returns the zero-based index of the second point that constitutes the edge under the hot tracked point.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Property Value

TypeDescription
Int32

The zero-based index of the second point that constitutes the edge under the hot tracked point.

|

Remarks

Note that StartIndex equals EndIndex when an editable vector item’s point is under the cursor.

See Also

EditableItemHitInfo Class

EditableItemHitInfo Members

DevExpress.Xpf.Map Namespace