Class AttachmentThumbnailImage
Supporting control for the PopupViewer control,
used for rendering a
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class AttachmentThumbnailImage : Control
Constructors
| Improve this Doc View SourceAttachmentThumbnailImage()
Initializes a new instance of the AttachmentThumbnailImage class.
Declaration
public AttachmentThumbnailImage()
Fields
| Improve this Doc View SourceAttachmentProperty
Identifies the Attachment dependency property.
Declaration
public static readonly DependencyProperty AttachmentProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ThumbnailSizeProperty
Identifies the ThumbnailSize dependency property.
Declaration
public static readonly DependencyProperty ThumbnailSizeProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAttachment
Gets or sets the attachment to display.
Declaration
public PopupAttachment? Attachment { get; set; }
Property Value
Type | Description |
---|---|
Nullable<PopupAttachment> |
ThumbnailSize
Gets or sets the size of the thumbnail to display.
Declaration
public double ThumbnailSize { get; set; }
Property Value
Type | Description |
---|---|
Double |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()