Click or drag to resize

AppBarButtonIsCircleVisible Property

Gets or Sets a value to indicate if a circle is visible outside the icon.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public bool IsCircleVisible { get; set; }

Property Value

Type: Boolean
true to draw a circle outside the icon (Windows Phone and Windows 8.1 style; otherwise, false (Windows 10 style).
See Also