ConsolidatedItemHitTestBehavior
Determines the item returned in hit-testing when mousing over an object which represents several consolidated items.
Enumeration Members
Section titled "Enumeration Members"Basic
Section titled "Basic"Returns the item based on the X-location only. Will return one of the consolidated items.
Basic = 0 NearestY
Section titled "NearestY"Returns the item with the nearest Y-location out of all the items with a matching X-location.
NearestY = 1