Show / Hide Table of Contents

Class AttachmentThumbnailImage

Supporting control for the PopupViewer control, used for rendering a PopupAttachment.

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
AttachmentThumbnailImage
Implements
IEquatable<DependencyObject>
IAnimationObject
IVisualElement
IVisualElement2
IEquatable<UIElement>
IEquatable<FrameworkElement>
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<Control>
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_CompassWinRTTypeDetails))]
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()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

In this article
Back to top Generated by DocFX