Class TextPopupElement
A pop-up element that displays plain text, fields, and some of the HTML tags of a GeoElement in a pop-up.
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TextPopupElement : PopupElementRemarks
The Text returned by this popup element may contain HTML content. In some cases, the HTML may be relatively simple and you could parse this code directly. However, we recommend that you use a platform-specific view to incorporate the HTML content seamlessly into your app's UI.
Constructors
| Name | Description | 
|---|---|
| TextPopupElement(String) | Initializes a new instance of the TextPopupElement class with the given text. | 
Properties
| Name | Description | 
|---|---|
| Text | Gets or sets the text to display in the pop-up. | 
See Also
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.14 - 200.8 | 
| .NET | 100.14 - 200.8 | 
| .NET Windows | 100.14 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.14 - 200.8 | 
| Xamarin.Android | 100.14 - 100.15 | 
| Xamarin.iOS | 100.14 - 100.15 | 
| UWP | 100.14 - 200.8 |