Show / Hide Table of Contents

Class PopupMediaView

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

Inheritance
Object
PopupMediaView
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class PopupMediaView : ContentControl

Constructors

| Improve this Doc View Source

PopupMediaView()

Initializes a new instance of the PopupMediaView class.

Declaration
public PopupMediaView()

Fields

| Improve this Doc View Source

PopupMediaProperty

Identifies the PopupMedia dependency property.

Declaration
public static readonly DependencyProperty PopupMediaProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

PopupMedia

Gets or sets the PopupMedia to be displayed.

Declaration
public PopupMedia? PopupMedia { get; set; }
Property Value
Type Description
Nullable<PopupMedia>

Methods

| Improve this Doc View Source

MeasureOverride(Size)

Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type Name Description
Size constraint
Returns
Type Description
Size
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX