layout: default title: PopupOptions parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Widgets

PopupOptions Class

A collection of options to define when creating a Popup.
ArcGIS Maps SDK for JavaScript

public class PopupOptions

Inheritance System.Object 🡒 PopupOptions

Constructors

PopupOptions(PopupDockOptions, PopupVisibleElements) Constructor

Creates a new PopupOptions

public PopupOptions(dymaptic.GeoBlazor.Core.Components.Widgets.PopupDockOptions? dockOptions=null, dymaptic.GeoBlazor.Core.Components.Widgets.PopupVisibleElements? visibleElements=null);

Parameters

dockOptions PopupDockOptions

Docking the popup allows for a better user experience, particularly when opening popups in apps on mobile devices.

visibleElements PopupVisibleElements

The visible elements that are displayed within the widget.

Properties

PopupOptions.DockOptions Property

Docking the popup allows for a better user experience, particularly when opening popups in apps on mobile devices.

public dymaptic.GeoBlazor.Core.Components.Widgets.PopupDockOptions DockOptions { get; set; }

Property Value

PopupDockOptions

PopupOptions.VisibleElements Property

The visible elements that are displayed within the widget.

public dymaptic.GeoBlazor.Core.Components.Widgets.PopupVisibleElements VisibleElements { get; set; }

Property Value

PopupVisibleElements