ContentLink.XYFocusLeftNavigationStrategy Property

Definition

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

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

void XYFocusLeftNavigationStrategy(XYFocusNavigationStrategy value);
public XYFocusNavigationStrategy XYFocusLeftNavigationStrategy { get; set; }
var xYFocusNavigationStrategy = contentLink.xYFocusLeftNavigationStrategy;
contentLink.xYFocusLeftNavigationStrategy = xYFocusNavigationStrategy;
Public Property XYFocusLeftNavigationStrategy 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