Page.TopAppBarProperty Property

Definition

Identifies the TopAppBar dependency property.

public:
 static property DependencyProperty ^ TopAppBarProperty { DependencyProperty ^ get(); };
static DependencyProperty TopAppBarProperty();
public static DependencyProperty TopAppBarProperty { get; }
var dependencyProperty = Page.topAppBarProperty;
Public Shared ReadOnly Property TopAppBarProperty As DependencyProperty

Property Value

The identifier for the TopAppBar dependency property.

Applies to