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 🡒 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> expandButton=null, System.Nullable<bool> settingsButton=null, System.Nullable<bool> inputButton=null);
Parameters
captureButton
System.Nullable<System.Boolean>
Indicates whether the capture mode 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
inputButton
System.Nullable<System.Boolean>
Indicates whether the input coordinate button will be displayed. Default is true. 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.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.InputButton Property
Indicates whether the input coordinate button will be displayed. Default is true. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> InputButton { 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.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.GetInputButton() Method
Asynchronously retrieve the current value of the InputButton property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetInputButton();
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
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
CoordinateConversionVisibleElements.SetInputButton(Nullable) Method
Asynchronously set the value of the InputButton property after render.
public System.Threading.Tasks.Task SetInputButton(System.Nullable<bool> value);
Parameters
value
System.Nullable<System.Boolean>
The value to set.
Returns
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.