Class MediaPopupElementView
Supporting control for the PopupViewer control, used for rendering a MediaPopupElement.
Implements
IWinRTObject
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[TemplatePart(Name = "PreviousButton", Type = typeof(ButtonBase))]
[TemplatePart(Name = "NextButton", Type = typeof(ButtonBase))]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.IUIElementOverrides")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_Controls_LayerLegendWinRTTypeDetails))]
public class MediaPopupElementView : Control, IEquatable<DependencyObject>, IAnimationObject, IVisualElement, IVisualElement2, IEquatable<UIElement>, IEquatable<FrameworkElement>, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<Control>
Constructors
| Name | Description |
|---|---|
| MediaPopupElementView() | Initializes a new instance of the MediaPopupElementView class. |
Fields
| Name | Description |
|---|---|
| CurrentItemProperty | Identifies the CurrentItem dependency property. |
| ElementProperty | Identifies the Element dependency property. |
| ItemTemplateProperty | Identifies the ItemTemplate dependency property. |
Properties
| Name | Description |
|---|---|
| CurrentItem | Gets or sets the currently display PopupMedia. |
| Element | Gets or sets the MediaPopupElement. |
| ItemTemplate | Gets or sets the template for popup media items. |
Methods
| Name | Description |
|---|---|
| OnApplyTemplate() | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate(). |