Class MediaPopupElementView
Supporting control for the PopupViewer control,
used for rendering a
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class MediaPopupElementView : Control
Constructors
| Improve this Doc View SourceMediaPopupElementView()
Initializes a new instance of the MediaPopupElementView class.
Declaration
public MediaPopupElementView()
Fields
| Improve this Doc View SourceElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ItemTemplateProperty
Identifies the ItemTemplate dependency property.
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceElement
Gets or sets the MediaPopupElement.
Declaration
public MediaPopupElement? Element { get; set; }
Property Value
Type | Description |
---|---|
Nullable<MediaPopupElement> |
ItemTemplate
Gets or sets the template for popup media items.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Type | Description |
---|---|
DataTemplate |
Methods
| Improve this Doc View SourceOnApplyTemplate()
Declaration
protected override void OnApplyTemplate()