Icon which identified by its IconKey and have circle around it.
Inheritance Hierarchy
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public class AppBarIcon : Viewbox
Public Class AppBarIcon
Inherits Viewbox
public ref class AppBarIcon : public Viewbox
The AppBarIcon type exposes the following members.
Constructors
| Name | Description |
---|
| AppBarIcon |
Initializes a new instance of the AppBarIcon class.
|
TopProperties
| Name | Description |
---|
| IconKey |
Gets or sets the Icon Key of this AppbarButton.
|
| IsCircleVisible |
Gets or Sets a value to indicate if a circle is visible outside the icon.
|
TopFields Remarks
AppBarIcon shows an vector icon using the same resources from other modern controls like
ModernLink and
AppBarButton.
You specify the icon by using the IconKey from more than 1200 samples available or using the icons from Segoe UI Symbol (Windows 8+), or Segoe UI MDL2 (Windows 10).
You can decide if the icon is around by a circle with property
IsCircleVisible.
AppBarIcon uses Foreground Brush, you can not change the color directly. if you want to change the color of the icon, changes the Foreground of its container.
See Also