dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Objects
PopupDockOptions Class
Docking the popup allows for a better user experience, particularly when opening popups in apps on mobile devices. When a popup is “dockEnabled” it means the popup no longer points to the selected feature or the location assigned to it. Rather it is placed in one of the corners of the view or to the top or bottom of it. This property allows the developer to set various options for docking the popup.
public class PopupDockOptions
Inheritance System.Object 🡒 PopupDockOptions
Properties
PopupDockOptions.ButtonEnabled Property
If true, displays the dock button. If false, hides the dock button from the popup.
public System.Nullable<bool> ButtonEnabled { get; set; }