Class AttachmentThumbnailImage
Supporting control for the PopupViewer control, used for rendering a PopupAttachment.
Implements
IWinRTObject
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_BasemapGalleryWinRTTypeDetails))]
public class AttachmentThumbnailImage : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>
Constructors
| Name | Description |
|---|---|
| AttachmentThumbnailImage() | Initializes a new instance of the AttachmentThumbnailImage class. |
Fields
| Name | Description |
|---|---|
| AttachmentProperty | Identifies the Attachment dependency property. |
| ThumbnailSizeProperty | Identifies the ThumbnailSize dependency property. |
Properties
| Name | Description |
|---|---|
| Attachment | Gets or sets the attachment to display. |
| ThumbnailSize | Gets or sets the size of the thumbnail to display. |
Methods
| Name | Description |
|---|---|
| OnApplyTemplate() | Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class. |