Show / Hide Table of Contents

Class AttachmentThumbnailImage

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

Inheritance
Object
AttachmentThumbnailImage
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class AttachmentThumbnailImage : Control

Constructors

| Improve this Doc View Source

AttachmentThumbnailImage()

Initializes a new instance of the AttachmentThumbnailImage class.

Declaration
public AttachmentThumbnailImage()

Fields

| Improve this Doc View Source

AttachmentProperty

Identifies the Attachment dependency property.

Declaration
public static readonly DependencyProperty AttachmentProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ThumbnailSizeProperty

Identifies the ThumbnailSize dependency property.

Declaration
public static readonly DependencyProperty ThumbnailSizeProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Attachment

Gets or sets the attachment to display.

Declaration
public PopupAttachment? Attachment { get; set; }
Property Value
Type Description
Nullable<PopupAttachment>
| Improve this Doc View Source

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 Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX