Show / Hide Table of Contents

Class FormAttachmentView

Displays a object.

Inheritance
Object
FormAttachmentView
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class FormAttachmentView : ButtonBase

Constructors

| Improve this Doc View Source

FormAttachmentView()

Initializes an instance of the FormAttachmentView class.

Declaration
public FormAttachmentView()

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

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Attachment

Gets or sets the Attachment.

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

Element

Gets or sets the AttachmentsFormElement.

Declaration
public AttachmentsFormElement? Element { get; set; }
Property Value
Type Description
Nullable<AttachmentsFormElement>

Methods

| Improve this Doc View Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
| Improve this Doc View Source

OnRightTapped(RightTappedRoutedEventArgs)

Declaration
protected override void OnRightTapped(RightTappedRoutedEventArgs e)
Parameters
Type Name Description
RightTappedRoutedEventArgs e
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX