AppBarButton.LabelProperty Property

Definition

Identifies the Label dependency property.

public:
 static property DependencyProperty ^ LabelProperty { DependencyProperty ^ get(); };
static DependencyProperty LabelProperty();
public static DependencyProperty LabelProperty { get; }
var dependencyProperty = AppBarButton.labelProperty;
Public Shared ReadOnly Property LabelProperty As DependencyProperty

Property Value

The identifier for the Label dependency property.

Applies to