Show / Hide Table of Contents

Class FormAttachmentView

Displays a object.

Inheritance
Object
FormAttachmentView
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class FormAttachmentView : TemplatedView

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 BindableProperty AttachmentProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly BindableProperty ElementProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

IconColorProperty

Identifies the IconColor dependency property.

Declaration
public static readonly BindableProperty IconColorProperty
Field Value
Type Description
BindableProperty

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>
| Improve this Doc View Source

IconColor

Gets or sets the icon color.

Declaration
public Color? IconColor { get; set; }
Property Value
Type Description
Nullable<Color>

Methods

| Improve this Doc View Source

OnApplyTemplate()

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

OnSizeAllocated(Double, Double)

Declaration
protected override void OnSizeAllocated(double width, double height)
Parameters
Type Name Description
Double width
Double height
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX