TextPopupElement QML Type
Represents a pop-up element of type text that is displayed in a pop-up for a geoelement. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.14 |
Inherits: |
Properties
- text : string
Signals
Detailed Description
See also Enums.PopupElementType and PopupElement.
Property Documentation
text : string |
The text to display in the pop-up.
Signal Documentation
textChanged() |
Emitted when the text property changes.
Note: The corresponding handler is onTextChanged
.