Class PopupMediaView
Supporting control for the PopupViewer control, used for rendering a PopupMedia.
Namespace: Esri.ArcGISRuntime.Toolkit.Primitives
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public class PopupMediaView : ContentControl
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(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
Size | constraint |
Returns
Type | Description |
---|---|
Size |