Class PopupAttachment
Attachment helper class used in conjunction with the Popup
Inheritance
Namespace: Esri.ArcGISRuntime.Mapping.Popups
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class PopupAttachment : ILoadable, INotifyPropertyChanged
Properties
Name | Description |
---|---|
Attachment | Gets the underlying attachment that this object wraps and helps with. |
Content |
Gets the MIME content type of the attachment. |
Edit |
Gets the current edit state of the attachment. |
Filename | Gets the local temporary filepath where we store the attachment once it's loaded. |
Is |
Gets a value indicating whether or not "loading" (fetching the data) will cause it to go over the network.
|
Load |
Gets the System. |
Load |
Gets the load status. |
Name | Gets the name of the attachment. |
Size | Gets the size in bytes of the original attachment. |
Type | Gets the type of the attachment. |
Methods
Name | Description |
---|---|
Cancel |
Cancel loading metadata for the object. |
Create |
Generates a runtime image. Causes the attachment to load if necessary. |
Create |
Generates a thumbnail for the attachment. Causes the attachment to load if necessary. |
Finalize() | Finalizes an instance of the Popup |
Load |
Load the metadata for the object asynchronously. |
Retry |
Loads or retries loading metadata for the object asynchronously. |
Events
Name | Description |
---|---|
Loaded | Event that is raised when the object is done loading. |
Load |
Event that is raised when the Load |
Property |
Occurs when a property value changes. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |