Property AlternativeText
AlternativeText
Gets or sets a string providing the alternate text for the media.
Declaration
public string AlternativeText { get; set; }
Property Value
| Type | Description |
|---|---|
| string | A string providing the alternate text for the media. |
Remarks
This can contain placeholders, which are dynamic variables, that retrieve and display attribute data specific to the geoelement that the pop-up is displayed for.
Placeholders allow the pop-up content to update contextually based on the user's interaction with the map.
They are enclosed in curly braces and support two primary data sources:
-
Standard fields: using attribute values (for example,
{CITY_NAME}). -
Arcade expressions: displaying the results of custom logic or calculations (for example,
{expression/expr0}).
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |