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
Syntaxpublic bool IsCircleVisible { get; set; }Public Property IsCircleVisible As Boolean
	Get
	Set
public:
property bool IsCircleVisible {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Booleantrue to draw a circle outside the icon (Windows Phone and Windows 8.1 style; otherwise, 
false (Windows 10 style).
            
See Also