AppBarToggleButton.IconProperty Property

Definition

Identifies the Icon dependency property.

public:
 static property DependencyProperty ^ IconProperty { DependencyProperty ^ get(); };
static DependencyProperty IconProperty();
public static DependencyProperty IconProperty { get; }
var dependencyProperty = AppBarToggleButton.iconProperty;
Public Shared ReadOnly Property IconProperty As DependencyProperty

Property Value

The identifier for the Icon dependency property.

Applies to