dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Options
PopupOptions Class
A collection of options to define when creating a Popup.
ArcGIS Maps SDK for JavaScript
public class PopupOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.PopupOptions>
Inheritance System.Object 🡒 PopupOptions
Implements System.IEquatable<PopupOptions>
Constructors
PopupOptions(PopupDockOptions, PopupVisibleElements) Constructor
Creates a new PopupOptions
public PopupOptions(dymaptic.GeoBlazor.Core.Components.Popups.PopupDockOptions? dockOptions=null, dymaptic.GeoBlazor.Core.Components.Popups.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.Popups.PopupDockOptions DockOptions { get; set; }
Property Value
PopupOptions.VisibleElements Property
The visible elements that are displayed within the widget.
public dymaptic.GeoBlazor.Core.Components.Popups.PopupVisibleElements VisibleElements { get; set; }