Class PopupMediaView
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 PopupMediaView : ContentView
Constructors
| Improve this Doc View SourcePopupMediaView()
Initializes a new instance of the PopupMediaView class.
Declaration
public PopupMediaView()
Fields
| Improve this Doc View SourcePopupMediaProperty
Identifies the PopupMedia dependency property.
Declaration
public static readonly DependencyProperty PopupMediaProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourcePopupMedia
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 SourceMeasureOverride(Double, Double)
Declaration
protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
Parameters
Type | Name | Description |
---|---|---|
Double | widthConstraint | |
Double | heightConstraint |
Returns
Type | Description |
---|---|
Size |