ApplicationBarIconButton Properties |
The ApplicationBarIconButton type exposes the following members.
Name | Description | |
---|---|---|
Command |
Gets or sets the command to invoke when this item is pressed. This is a DependencyProperty.
(Inherited from ApplicationBarItemBaseT.) | |
CommandParameter |
Gets or sets the parameter to pass to the Command property. This is a DependencyProperty.
(Inherited from ApplicationBarItemBaseT.) | |
CommandParameterValue |
Gets or sets an object that will be passed to the Command attached to this trigger. This property is here for compatibility with the Silverlight version. This is NOT a DependencyProperty. For databinding, use the CommandParameter property.
(Inherited from ApplicationBarItemBaseT.) | |
Dispatcher | (Inherited from DependencyObject.) | |
IconUri |
Gets or sets the URI of the icon to use for the button.
| |
IsEnabled |
Gets or sets a value indicating whether the user can interact with the control.
(Inherited from ApplicationBarItemBaseT.) | |
IsVisible |
Gets or sets a value indicating whether the item is visible.
(Inherited from ApplicationBarItemBaseT.) | |
Text |
Gets or sets the text string that is displayed as a label for the item.
(Inherited from ApplicationBarItemBaseT.) |