Class FormAttachmentView
Displays a
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class FormAttachmentView : ButtonBase
Constructors
| Improve this Doc View SourceFormAttachmentView()
Initializes an instance of the FormAttachmentView class.
Declaration
public FormAttachmentView()
Fields
| Improve this Doc View SourceAttachmentProperty
Identifies the Attachment dependency property.
Declaration
public static readonly DependencyProperty AttachmentProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAttachment
Gets or sets the Attachment.
Declaration
public FormAttachment? Attachment { get; set; }
Property Value
Type | Description |
---|---|
Nullable<FormAttachment> |
Element
Gets or sets the AttachmentsFormElement.
Declaration
public AttachmentsFormElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<AttachmentsFormElement> |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnRightTapped(RightTappedRoutedEventArgs)
Declaration
protected override void OnRightTapped(RightTappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
RightTappedRoutedEventArgs | e |