Show / Hide Table of Contents

Class MediaPopupElementView

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

Inheritance
Object
MediaPopupElementView
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class MediaPopupElementView : Control

Constructors

| Improve this Doc View Source

MediaPopupElementView()

Initializes a new instance of the MediaPopupElementView class.

Declaration
public MediaPopupElementView()

Fields

| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly DependencyProperty ElementProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

ItemTemplateProperty

Identifies the ItemTemplate dependency property.

Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Element

Gets or sets the MediaPopupElement.

Declaration
public MediaPopupElement? Element { get; set; }
Property Value
Type Description
Nullable<MediaPopupElement>
| Improve this Doc View Source

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 Source

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX