Show / Hide Table of Contents

Class MediaPopupElementView

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

Inheritance
Object
MediaPopupElementView
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class MediaPopupElementView : TemplatedView

Constructors

| Improve this Doc View Source

MediaPopupElementView()

Initializes a new instance of the MediaPopupElementView class.

Declaration
public MediaPopupElementView()

Fields

| Improve this Doc View Source

CarouselName

Name of the carousel control in the template.

Declaration
public const string CarouselName = "Carousel"
Field Value
Type Description
String
| Improve this Doc View Source

ElementProperty

Identifies the Element dependency property.

Declaration
public static readonly DependencyProperty ElementProperty
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
In This Article
Back to top Generated by DocFX