Class ExpressionPopupElement
A pop-up element that displays content defined by a custom Arcade expression.
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 ExpressionPopupElement : PopupElement
Remarks
The Arcade language can perform mathematical calculations, format text, and evaluate logical statements to generate the content of the ExpressionPopupElement. The Arcade expression is provided by a PopupExpression. For more information about Arcade expressions, see ArcGIS Arcade.
Constructors
Name | Description |
---|---|
ExpressionPopupElement(PopupExpression) | Initializes a new instance of the ExpressionPopupElement class with the given expression. |
Properties
Name | Description |
---|---|
PopupExpression | Gets or sets the Arcade expression that defines the pop-up element. |
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 |