Show / Hide Table of Contents

Class PopupMediaView

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

Inheritance
Object
PopupMediaView
Namespace: Esri.ArcGISRuntime.Toolkit.Maui.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class PopupMediaView : ContentView

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(Double, Double)

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