Show / Hide Table of Contents

Class PopupMediaView

Supporting control for the PopupViewer control, used for rendering a PopupMedia.

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

Constructors

Name Description
PopupMediaView()

Initializes a new instance of the PopupMediaView class.

Fields

Name Description
PopupMediaProperty

Identifies the PopupMedia dependency property.

Properties

Name Description
PopupMedia

Gets or sets the PopupMedia to be displayed.

Methods

Name Description
MeasureOverride(Size)

Called to remeasure a control.

MeasureOverride(Size)

Provides the behavior for the "Measure" pass of the layout cycle. Classes can override this method to define their own "Measure" pass behavior.

OnDpiChanged(DpiScale, DpiScale)

Called when the DPI at which this View is rendered changes.

In this article
Back to top Generated by DocFX