ContentLink.XYFocusDownNavigationStrategy Property

Definition

Gets or sets a value that specifies the strategy used to determine the target element of a down navigation.

public:
 property XYFocusNavigationStrategy XYFocusDownNavigationStrategy { XYFocusNavigationStrategy get(); void set(XYFocusNavigationStrategy value); };
XYFocusNavigationStrategy XYFocusDownNavigationStrategy();

void XYFocusDownNavigationStrategy(XYFocusNavigationStrategy value);
public XYFocusNavigationStrategy XYFocusDownNavigationStrategy { get; set; }
var xYFocusNavigationStrategy = contentLink.xYFocusDownNavigationStrategy;
contentLink.xYFocusDownNavigationStrategy = xYFocusNavigationStrategy;
Public Property XYFocusDownNavigationStrategy As XYFocusNavigationStrategy

Property Value

A value of the enumeration. The default is Auto.

Remarks

Important

This API supports content links. The Windows features that enable content links are not available in versions of Windows after Windows 10 version 1903. Content links for XAML text controls will not function in versions of Windows later than version 1903.

When this property is set to Auto, the strategy is inherited from the elements ancestors. If all ancestors have a value of Auto, the fallback strategy is Projection.

Applies to