Hyperlink.TabIndexProperty Property

Definition

Identifies the TabIndex dependency property.

public:
 static property DependencyProperty ^ TabIndexProperty { DependencyProperty ^ get(); };
static DependencyProperty TabIndexProperty();
public static DependencyProperty TabIndexProperty { get; }
var dependencyProperty = Hyperlink.tabIndexProperty;
Public Shared ReadOnly Property TabIndexProperty As DependencyProperty

Property Value

The identifier for the TabIndex dependency property.

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Applies to