Control.TabNavigationProperty Property

Definition

Identifies the TabNavigation  dependency property.

public:
 static property DependencyProperty ^ TabNavigationProperty { DependencyProperty ^ get(); };
static DependencyProperty TabNavigationProperty();
public static DependencyProperty TabNavigationProperty { get; }
var dependencyProperty = Control.tabNavigationProperty;
Public Shared ReadOnly Property TabNavigationProperty As DependencyProperty

Property Value

The identifier for the TabNavigation  dependency property.

Applies to