GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components

CoordinateConversionVisibleElements Class

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

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

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 CoordinateConversionVisibleElements

Constructors

CoordinateConversionVisibleElements() Constructor

Parameterless constructor for use as a Razor Component.

public CoordinateConversionVisibleElements();

CoordinateConversionVisibleElements(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 CoordinateConversionVisibleElements(System.Nullable<bool> captureButton=null, System.Nullable<bool> editButton=null, System.Nullable<bool> expandButton=null, System.Nullable<bool> settingsButton=null);

Parameters

captureButton System.Nullable<System.Boolean>

Indicates whether the capture mode button will be displayed.
ArcGIS Maps SDK for JavaScript

editButton System.Nullable<System.Boolean>

Indicates whether the input coordinate button will be displayed.
ArcGIS Maps SDK for JavaScript

expandButton System.Nullable<System.Boolean>

Indicates whether the expand and retract buttons will be displayed.
ArcGIS Maps SDK for JavaScript

settingsButton System.Nullable<System.Boolean>

Indicates whether the settings button will be displayed.
ArcGIS Maps SDK for JavaScript

Properties

CoordinateConversionVisibleElements.CaptureButton Property

Indicates whether the capture mode button will be displayed.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CoordinateConversionVisibleElements.EditButton Property

Indicates whether the input coordinate button will be displayed.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CoordinateConversionVisibleElements.ExpandButton Property

Indicates whether the expand and retract buttons will be displayed.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

CoordinateConversionVisibleElements.SettingsButton Property

Indicates whether the settings button will be displayed.
ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Boolean>

Methods

CoordinateConversionVisibleElements.GetCaptureButton() Method

Asynchronously retrieve the current value of the CaptureButton property.

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

Returns

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

CoordinateConversionVisibleElements.GetEditButton() Method

Asynchronously retrieve the current value of the EditButton property.

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

Returns

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

CoordinateConversionVisibleElements.GetExpandButton() Method

Asynchronously retrieve the current value of the ExpandButton property.

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

Returns

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

CoordinateConversionVisibleElements.GetSettingsButton() Method

Asynchronously retrieve the current value of the SettingsButton property.

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

Returns

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

CoordinateConversionVisibleElements.SetCaptureButton(Nullable) Method

Asynchronously set the value of the CaptureButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CoordinateConversionVisibleElements.SetEditButton(Nullable) Method

Asynchronously set the value of the EditButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CoordinateConversionVisibleElements.SetExpandButton(Nullable) Method

Asynchronously set the value of the ExpandButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

CoordinateConversionVisibleElements.SetSettingsButton(Nullable) Method

Asynchronously set the value of the SettingsButton property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task