GraffitiSuite Docs
Docs
Graffititag
Loading document parsing libraries...
# GraffitiTag Class Inherits GraffitiUIControl ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### Console | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | ClosePressed | (None) | (None) | Raised when the user presses the Close icon. | | DoublePressed | (None) | (None) | Raised when the user double-presses the control. | | LongPressed | (None) | (None) | Raised when the user long-presses the control. | | Pressed | (None) | (None) | Raised when the tag is pressed. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Clone | (None) | GraffitiTag | Creates a new, identical instance of the class. Useful for embedding in multiple GraffitiTagField instances. | | Constructor | (None) | (None) | Creates a new instance of the class. | | Constructor | text as String | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | AccessoryType | MobileTableCellData.AccessoryTypes | (None) | AccessoryType displayed in the popup of GraffitiTagField. | | Attributes | mParent | GraffitiTagField | (None) | | Attributes | closeBounds | Rect | (None) | | Attributes | mSelected | Boolean | (None) | | BackgroundColor | ColorGroup | (None) | Color applied to the background of the component. | | BorderColor | ColorGroup | (None) | Color applied to the border of the component. | | CanDeselect | Boolean | (None) | Controls whether the close icon is displayed. | | CornerHeight | Double | (None) | Height of the control's corners. | | CornerWidth | Double | (None) | Width of the control's corners. | | DetailText | String | (None) | Text displayed under the item's Text in a GraffitiTagField popup. | | Font | Font | (None) | Font properties applied to all elements. | | Image | Picture | (None) | Image displayed for the item within a GraffitiTagField popup. | | Selected | Boolean | (None) | Determines whether the class is selected within its parent GraffitiTagField. | | Tag | Variant | (None) | Developer storage. | | Text | String | (None) | Text displayed within the object. | | TextColor | ColorGroup | (None) | Color applied to the Text. |