Show / Hide Table of Contents

Class FormAttachmentView

Displays a FormAttachment object.

Inheritance
object
DependencyObject
UIElement
FrameworkElement
Control
ContentControl
ButtonBase
FormAttachmentView
Implements
IEquatable<DependencyObject>
IAnimationObject
IVisualElement
IVisualElement2
IEquatable<UIElement>
IEquatable<FrameworkElement>
IEquatable<Control>
IEquatable<ContentControl>
IWinRTObject
IUnmanagedVirtualMethodTableProvider
IDynamicInterfaceCastable
IEquatable<ButtonBase>
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_Internal_GroupBoxWinRTTypeDetails))]
public class FormAttachmentView : ButtonBase, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IEquatable<Control>, IEquatable<ContentControl>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<ButtonBase>

Constructors

Name Description
FormAttachmentView()

Initializes an instance of the FormAttachmentView class.

Fields

Name Description
AttachmentProperty

Identifies the Attachment dependency property.

ElementProperty

Identifies the Element dependency property.

Properties

Name Description
Attachment

Gets or sets the Attachment.

Element

Gets or sets the AttachmentsFormElement.

Methods

Name Description
OnApplyTemplate()

Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class.

OnClick()

Raises the Click routed event.

OnMouseRightButtonDown(MouseButtonEventArgs)

Invoked when an unhandled MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

OnRenderSizeChanged(SizeChangedInfo)

Called when the rendered size of a control changes.

OnRightTapped(RightTappedRoutedEventArgs)

Called before the RightTapped event occurs.

OnStylusSystemGesture(StylusSystemGestureEventArgs)

Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.

In this article
Back to top Generated by DocFX