Class MediaPopupElementView
Supporting control for the PopupViewer control,
used for rendering a
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class MediaPopupElementView : TemplatedView
Constructors
| Improve this Doc View SourceMediaPopupElementView()
Initializes a new instance of the MediaPopupElementView class.
Declaration
public MediaPopupElementView()
Fields
| Improve this Doc View SourceCarouselName
Name of the carousel control in the template.
Declaration
public const string CarouselName = "Carousel"
Field Value
Type | Description |
---|---|
String |
ElementProperty
Identifies the Element dependency property.
Declaration
public static readonly DependencyProperty ElementProperty
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> |