Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.11 KB

hyperlink_xyfocusupnavigationstrategy.md

File metadata and controls

36 lines (24 loc) · 1.11 KB
-api-id -api-type
P:Windows.UI.Xaml.Documents.Hyperlink.XYFocusUpNavigationStrategy
winrt property

Windows.UI.Xaml.Documents.Hyperlink.XYFocusUpNavigationStrategy

-description

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

-xaml-syntax

<Hyperlink XYFocusUpNavigationStrategy="xyFocusNavigationStrategyMemberName"/>

-xaml-values

xyFocusNavigationStrategyMemberName
xyFocusNavigationStrategyMemberNameOne of the named constants of the [XYFocusNavigationStrategy](../windows.ui.xaml.input/xyfocusnavigationstrategy.md) enumeration.

-property-value

A value of the enumeration. The default is Auto.

-remarks

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.

-see-also

XYFocusNavigationStrategy

-examples