# GraffitiGridBadge
Class
## Methods
| Name | Parameters | Return Type | Description |
| --- | :---: | :---: | --- |
| Constructor | Text as String <br> Indicator as WebUIControl.Indicators = WebUIControl.Indicators.Default | (None) | Instantiates a new GraffitiGridBadge |
## Properties
| Name | Type | Default Value | Description |
| --- | :---: | :---: | --- |
| Indicator | WebUIControl.Indicators | (None) | Bootstrap indicator applied to the badge. |
| IsPill | Boolean | False | When True, the badge will have more rounded corners. |
| Text | String | (None) | Text to display inside the badge. |