Class FormAttachmentView
Displays a
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class FormAttachmentView : TemplatedView
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 BindableProperty AttachmentProperty
Field Value
Type | Description |
---|---|
BindableProperty |
ElementProperty
Identifies the Element dependency property.
Declaration
public static readonly BindableProperty ElementProperty
Field Value
Type | Description |
---|---|
BindableProperty |
IconColorProperty
Identifies the IconColor dependency property.
Declaration
public static readonly BindableProperty IconColorProperty
Field Value
Type | Description |
---|---|
BindableProperty |
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> |
IconColor
Gets or sets the icon color.
Declaration
public Color? IconColor { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Color> |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnSizeAllocated(Double, Double)
Declaration
protected override void OnSizeAllocated(double width, double height)
Parameters
Type | Name | Description |
---|---|---|
Double | width | |
Double | height |