Version

ConsolidatedItemHitTestBehavior Enumeration

Determines the item returned in hit-testing when mousing over an object which represents several consolidated items.
Syntax
public enum ConsolidatedItemHitTestBehavior : System.Enum 
Members
MemberDescription
BasicReturns the item based on the X-location only. Will return one of the consolidated items.
NearestYReturns the item with the nearest Y-location out of all the items with a matching X-location.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also