AppBarButtonIconKey Property |
Gets or sets the Icon Key of this AppbarButton.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public string IconKey { get; set; }
Public Property IconKey As String
Get
Set
public:
property String^ IconKey {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
Hummingbird UI contains more than 1200 modern style icons and you can also use. please refer to Hummingbird UI Icon list to see these icons and keys.
If you are assigning an unavailable Icon key, you will get a cross icon.
See Also