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

CustomHitTestEventArgs.ItemHeight Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Diagram

Declaration

public float ItemHeight { get; }

Property Value

Type Description
Single

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

See Also