Enum XYFocusNavigationStrategy
Specifies the disambiguation strategy used for navigating between multiple candidate targets using DownNavigationStrategyProperty, LeftNavigationStrategyProperty, RightNavigationStrategyProperty, and UpNavigationStrategyProperty.
public enum XYFocusNavigationStrategy
Fields
Indicates that navigation strategy is inherited from the element's ancestors. If all ancestors have a value of Auto, the fallback strategy is Projection.
Indicates that focus moves to the element closest to the axis of the navigation direction.
Indicates that focus moves to the first element encountered when projecting the edge of the currently focused element in the direction of navigation.
Indicates that focus moves to the closest element based on the shortest 2D distance (Manhattan metric).