GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components

VisibleElementsSnappingControlsElementsGridControlsElements Class

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

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

Constructors

VisibleElementsSnappingControlsElementsGridControlsElements() Constructor

Parameterless constructor for use as a Razor Component.

public VisibleElementsSnappingControlsElementsGridControlsElements();

VisibleElementsSnappingControlsElementsGridControlsElements(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 VisibleElementsSnappingControlsElementsGridControlsElements(System.Nullable<bool> colorSelection=null, System.Nullable<bool> dynamicScaleToggle=null, System.Nullable<bool> gridEnabledToggle=null, System.Nullable<bool> gridSnapEnabledToggle=null, System.Nullable<bool> lineIntervalInput=null, System.Nullable<bool> numericInputs=null, System.Nullable<bool> outOfScaleWarning=null, System.Nullable<bool> placementButtons=null, System.Nullable<bool> rotateWithMapToggle=null);

Parameters

colorSelection System.Nullable<System.Boolean>

dynamicScaleToggle System.Nullable<System.Boolean>

gridEnabledToggle System.Nullable<System.Boolean>

gridSnapEnabledToggle System.Nullable<System.Boolean>

lineIntervalInput System.Nullable<System.Boolean>

numericInputs System.Nullable<System.Boolean>

outOfScaleWarning System.Nullable<System.Boolean>

placementButtons System.Nullable<System.Boolean>

rotateWithMapToggle System.Nullable<System.Boolean>

Properties

VisibleElementsSnappingControlsElementsGridControlsElements.ColorSelection Property

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

Property Value

System.Nullable<System.Boolean>

VisibleElementsSnappingControlsElementsGridControlsElements.DynamicScaleToggle Property

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

Property Value

System.Nullable<System.Boolean>

VisibleElementsSnappingControlsElementsGridControlsElements.GridEnabledToggle Property

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

Property Value

System.Nullable<System.Boolean>

VisibleElementsSnappingControlsElementsGridControlsElements.GridSnapEnabledToggle Property

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

Property Value

System.Nullable<System.Boolean>

VisibleElementsSnappingControlsElementsGridControlsElements.LineIntervalInput Property

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

Property Value

System.Nullable<System.Boolean>

VisibleElementsSnappingControlsElementsGridControlsElements.NumericInputs Property

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

Property Value

System.Nullable<System.Boolean>

VisibleElementsSnappingControlsElementsGridControlsElements.OutOfScaleWarning Property

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

Property Value

System.Nullable<System.Boolean>

VisibleElementsSnappingControlsElementsGridControlsElements.PlacementButtons Property

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

Property Value

System.Nullable<System.Boolean>

VisibleElementsSnappingControlsElementsGridControlsElements.RotateWithMapToggle Property

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

Property Value

System.Nullable<System.Boolean>

Methods

VisibleElementsSnappingControlsElementsGridControlsElements.GetColorSelection() Method

Asynchronously retrieve the current value of the ColorSelection property.

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

Returns

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

VisibleElementsSnappingControlsElementsGridControlsElements.GetDynamicScaleToggle() Method

Asynchronously retrieve the current value of the DynamicScaleToggle property.

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

Returns

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

VisibleElementsSnappingControlsElementsGridControlsElements.GetGridEnabledToggle() Method

Asynchronously retrieve the current value of the GridEnabledToggle property.

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

Returns

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

VisibleElementsSnappingControlsElementsGridControlsElements.GetGridSnapEnabledToggle() Method

Asynchronously retrieve the current value of the GridSnapEnabledToggle property.

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

Returns

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

VisibleElementsSnappingControlsElementsGridControlsElements.GetLineIntervalInput() Method

Asynchronously retrieve the current value of the LineIntervalInput property.

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

Returns

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

VisibleElementsSnappingControlsElementsGridControlsElements.GetNumericInputs() Method

Asynchronously retrieve the current value of the NumericInputs property.

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

Returns

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

VisibleElementsSnappingControlsElementsGridControlsElements.GetOutOfScaleWarning() Method

Asynchronously retrieve the current value of the OutOfScaleWarning property.

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

Returns

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

VisibleElementsSnappingControlsElementsGridControlsElements.GetPlacementButtons() Method

Asynchronously retrieve the current value of the PlacementButtons property.

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

Returns

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

VisibleElementsSnappingControlsElementsGridControlsElements.GetRotateWithMapToggle() Method

Asynchronously retrieve the current value of the RotateWithMapToggle property.

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

Returns

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

VisibleElementsSnappingControlsElementsGridControlsElements.SetColorSelection(Nullable) Method

Asynchronously set the value of the ColorSelection property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

VisibleElementsSnappingControlsElementsGridControlsElements.SetDynamicScaleToggle(Nullable) Method

Asynchronously set the value of the DynamicScaleToggle property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

VisibleElementsSnappingControlsElementsGridControlsElements.SetGridEnabledToggle(Nullable) Method

Asynchronously set the value of the GridEnabledToggle property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

VisibleElementsSnappingControlsElementsGridControlsElements.SetGridSnapEnabledToggle(Nullable) Method

Asynchronously set the value of the GridSnapEnabledToggle property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

VisibleElementsSnappingControlsElementsGridControlsElements.SetLineIntervalInput(Nullable) Method

Asynchronously set the value of the LineIntervalInput property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

VisibleElementsSnappingControlsElementsGridControlsElements.SetNumericInputs(Nullable) Method

Asynchronously set the value of the NumericInputs property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

VisibleElementsSnappingControlsElementsGridControlsElements.SetOutOfScaleWarning(Nullable) Method

Asynchronously set the value of the OutOfScaleWarning property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

VisibleElementsSnappingControlsElementsGridControlsElements.SetPlacementButtons(Nullable) Method

Asynchronously set the value of the PlacementButtons property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task

VisibleElementsSnappingControlsElementsGridControlsElements.SetRotateWithMapToggle(Nullable) Method

Asynchronously set the value of the RotateWithMapToggle property after render.

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

Parameters

value System.Nullable<System.Boolean>

The value to set.

Returns

System.Threading.Tasks.Task