Click or drag to resize

AppBarIcon Class

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

The AppBarIcon type exposes the following members.

Constructors
  NameDescription
Public methodAppBarIcon
Initializes a new instance of the AppBarIcon class.
Top
Properties
  NameDescription
Public propertyIconKey
Gets or sets the Icon Key of this AppbarButton.
Public propertyIsCircleVisible
Gets or Sets a value to indicate if a circle is visible outside the icon.
Top
Fields
  NameDescription
Public fieldStatic memberIconKeyProperty
The DependencyProperty of IconKey
Public fieldStatic memberIsCircleVisibleProperty
The DependencyProperty of IsCircleVisible
Top
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