dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components

BookmarksVisibleElements Class

The visible elements that are displayed within the widget.
ArcGIS Maps SDK for JavaScript

public class BookmarksVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 BookmarksVisibleElements

Constructors

BookmarksVisibleElements() Constructor

Parameterless constructor for use as a Razor Component.

public BookmarksVisibleElements();

BookmarksVisibleElements(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.

public BookmarksVisibleElements(System.Nullable<bool> addBookmarkButton=null, System.Nullable<bool> closeButton=null, System.Nullable<bool> collapseButton=null, System.Nullable<bool> editBookmarkButton=null, System.Nullable<bool> filter=null, System.Nullable<bool> flow=null, System.Nullable<bool> heading=null, System.Nullable<bool> thumbnail=null, System.Nullable<bool> time=null);

Parameters

addBookmarkButton System.Nullable<System.Boolean>

Since 4.29. Indicates whether the button to add a new bookmark displays.
ArcGIS Maps SDK for JavaScript

closeButton System.Nullable<System.Boolean>

Since 4.29. Indicates whether to display a close button at the top of the widget.
ArcGIS Maps SDK for JavaScript

collapseButton System.Nullable<System.Boolean>

Since 4.29. Indicates whether to display a collapse button at the top of the widget.
ArcGIS Maps SDK for JavaScript

editBookmarkButton System.Nullable<System.Boolean>

Since 4.29. Indicates whether the button to edit a bookmark displays.
ArcGIS Maps SDK for JavaScript

filter System.Nullable<System.Boolean>

Since 4.29. Indicates whether the bookmarks filter displays.
ArcGIS Maps SDK for JavaScript

flow System.Nullable<System.Boolean>

Since 4.29. Determines whether the widget should be shown within its built-in flow component or if the flow component should be excluded.
ArcGIS Maps SDK for JavaScript

heading System.Nullable<System.Boolean>

Since 4.29. Indicates whether to display the widget heading.
ArcGIS Maps SDK for JavaScript

thumbnail System.Nullable<System.Boolean>

Since 4.13. Indicates whether the thumbnail associated with the bookmark displays.
ArcGIS Maps SDK for JavaScript

time System.Nullable<System.Boolean>

Since 4.22. Indicates whether the time (h:m:s) is displayed alongside the date if the bookmark has a time extent defined.
ArcGIS Maps SDK for JavaScript

Properties

BookmarksVisibleElements.AddBookmarkButton Property

Since 4.29. Indicates whether the button to add a new bookmark displays.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> AddBookmarkButton { get; set; }

Property Value

System.Nullable<System.Boolean>

BookmarksVisibleElements.CloseButton Property

Since 4.29. Indicates whether to display a close button at the top of the widget.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CloseButton { get; set; }

Property Value

System.Nullable<System.Boolean>

BookmarksVisibleElements.CollapseButton Property

Since 4.29. Indicates whether to display a collapse button at the top of the widget.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> CollapseButton { get; set; }

Property Value

System.Nullable<System.Boolean>

BookmarksVisibleElements.EditBookmarkButton Property

Since 4.29. Indicates whether the button to edit a bookmark displays.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> EditBookmarkButton { get; set; }

Property Value

System.Nullable<System.Boolean>

BookmarksVisibleElements.Filter Property

Since 4.29. Indicates whether the bookmarks filter displays.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Filter { get; set; }

Property Value

System.Nullable<System.Boolean>

BookmarksVisibleElements.Flow Property

Since 4.29. Determines whether the widget should be shown within its built-in flow component or if the flow component should be excluded.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Flow { get; set; }

Property Value

System.Nullable<System.Boolean>

BookmarksVisibleElements.Heading Property

Since 4.29. Indicates whether to display the widget heading.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Heading { get; set; }

Property Value

System.Nullable<System.Boolean>

BookmarksVisibleElements.Thumbnail Property

Since 4.13. Indicates whether the thumbnail associated with the bookmark displays.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Thumbnail { get; set; }

Property Value

System.Nullable<System.Boolean>

BookmarksVisibleElements.Time Property

Since 4.22. Indicates whether the time (h:m:s) is displayed alongside the date if the bookmark has a time extent defined.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> Time { get; set; }

Property Value

System.Nullable<System.Boolean>

Methods

BookmarksVisibleElements.GetAddBookmarkButton() Method

Asynchronously retrieve the current value of the AddBookmarkButton property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetAddBookmarkButton();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BookmarksVisibleElements.GetCloseButton() Method

Asynchronously retrieve the current value of the CloseButton property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCloseButton();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BookmarksVisibleElements.GetCollapseButton() Method

Asynchronously retrieve the current value of the CollapseButton property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetCollapseButton();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BookmarksVisibleElements.GetEditBookmarkButton() Method

Asynchronously retrieve the current value of the EditBookmarkButton property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetEditBookmarkButton();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BookmarksVisibleElements.GetFilter() Method

Asynchronously retrieve the current value of the Filter property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetFilter();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BookmarksVisibleElements.GetFlow() Method

Asynchronously retrieve the current value of the Flow property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetFlow();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BookmarksVisibleElements.GetHeading() Method

Asynchronously retrieve the current value of the Heading property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetHeading();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BookmarksVisibleElements.GetThumbnail() Method

Asynchronously retrieve the current value of the Thumbnail property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetThumbnail();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BookmarksVisibleElements.GetTime() Method

Asynchronously retrieve the current value of the Time property.

public System.Threading.Tasks.Task<System.Nullable<bool>> GetTime();

Returns

System.Threading.Tasks.Task<System.Nullable<System.Boolean>>

BookmarksVisibleElements.SetAddBookmarkButton(Nullable) Method

Asynchronously set the value of the AddBookmarkButton property after render.

public System.Threading.Tasks.Task SetAddBookmarkButton(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BookmarksVisibleElements.SetCloseButton(Nullable) Method

Asynchronously set the value of the CloseButton property after render.

public System.Threading.Tasks.Task SetCloseButton(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BookmarksVisibleElements.SetCollapseButton(Nullable) Method

Asynchronously set the value of the CollapseButton property after render.

public System.Threading.Tasks.Task SetCollapseButton(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BookmarksVisibleElements.SetEditBookmarkButton(Nullable) Method

Asynchronously set the value of the EditBookmarkButton property after render.

public System.Threading.Tasks.Task SetEditBookmarkButton(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BookmarksVisibleElements.SetFilter(Nullable) Method

Asynchronously set the value of the Filter property after render.

public System.Threading.Tasks.Task SetFilter(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BookmarksVisibleElements.SetFlow(Nullable) Method

Asynchronously set the value of the Flow property after render.

public System.Threading.Tasks.Task SetFlow(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BookmarksVisibleElements.SetHeading(Nullable) Method

Asynchronously set the value of the Heading property after render.

public System.Threading.Tasks.Task SetHeading(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BookmarksVisibleElements.SetThumbnail(Nullable) Method

Asynchronously set the value of the Thumbnail property after render.

public System.Threading.Tasks.Task SetThumbnail(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

BookmarksVisibleElements.SetTime(Nullable) Method

Asynchronously set the value of the Time property after render.

public System.Threading.Tasks.Task SetTime(System.Nullable<bool> value);

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task