Skip to main content

CustomHitTestEventArgs.ItemWidth Property

Gets the width of the item to which the test point belongs.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public float ItemWidth { get; }

Property Value

Type Description
Single

A System.Single value that is the item’s width.

See Also