<a name="Panoramax.components.ui.AnnotationsSwitch"></a>

## Panoramax.components.ui.AnnotationsSwitch ⇐ <code>[lit.LitElement](https://lit.dev/docs/api/LitElement/)</code>
**Kind**: static class of <code>Panoramax.components.ui</code>  
**Extends**: <code>[lit.LitElement](https://lit.dev/docs/api/LitElement/)</code>  
**Element**: pnx-annotations-switch  

* [.AnnotationsSwitch](#Panoramax.components.ui.AnnotationsSwitch) ⇐ <code>[lit.LitElement](https://lit.dev/docs/api/LitElement/)</code>
    * [new AnnotationsSwitch()](#new_Panoramax.components.ui.AnnotationsSwitch_new)
    * [.properties](#Panoramax.components.ui.AnnotationsSwitch+properties) : <code>Object</code>

<a name="new_Panoramax.components.ui.AnnotationsSwitch_new"></a>

### new AnnotationsSwitch()
AnnotationsSwitch component allows to switch on/off pictures annotations.

**Example**  
```html
<pnx-annotations-switch ._parent=${viewer} />
```
<a name="Panoramax.components.ui.AnnotationsSwitch+properties"></a>

### annotationsSwitch.properties : <code>Object</code>
Component properties.

**Kind**: instance property of [<code>AnnotationsSwitch</code>](#Panoramax.components.ui.AnnotationsSwitch)  
**Properties**

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| [size] | <code>string</code> | <code>&quot;xl&quot;</code> | Button size (md, xl) |

