GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components

SnappingControlsElementsGridControlsElements Class

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

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

Constructors

SnappingControlsElementsGridControlsElements() Constructor

Parameterless constructor for use as a Razor Component.

public SnappingControlsElementsGridControlsElements();

SnappingControlsElementsGridControlsElements(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 SnappingControlsElementsGridControlsElements(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

SnappingControlsElementsGridControlsElements.ColorSelection Property

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

Property Value

System.Nullable<System.Boolean>

SnappingControlsElementsGridControlsElements.DynamicScaleToggle Property

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

Property Value

System.Nullable<System.Boolean>

SnappingControlsElementsGridControlsElements.GridEnabledToggle Property

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

Property Value

System.Nullable<System.Boolean>

SnappingControlsElementsGridControlsElements.GridSnapEnabledToggle Property

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

Property Value

System.Nullable<System.Boolean>

SnappingControlsElementsGridControlsElements.LineIntervalInput Property

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

Property Value

System.Nullable<System.Boolean>

SnappingControlsElementsGridControlsElements.NumericInputs Property

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

Property Value

System.Nullable<System.Boolean>

SnappingControlsElementsGridControlsElements.OutOfScaleWarning Property

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

Property Value

System.Nullable<System.Boolean>

SnappingControlsElementsGridControlsElements.PlacementButtons Property

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

Property Value

System.Nullable<System.Boolean>

SnappingControlsElementsGridControlsElements.RotateWithMapToggle Property

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

Property Value

System.Nullable<System.Boolean>

Methods

SnappingControlsElementsGridControlsElements.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>>

SnappingControlsElementsGridControlsElements.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>>

SnappingControlsElementsGridControlsElements.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>>

SnappingControlsElementsGridControlsElements.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>>

SnappingControlsElementsGridControlsElements.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>>

SnappingControlsElementsGridControlsElements.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>>

SnappingControlsElementsGridControlsElements.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>>

SnappingControlsElementsGridControlsElements.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>>

SnappingControlsElementsGridControlsElements.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>>

SnappingControlsElementsGridControlsElements.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

SnappingControlsElementsGridControlsElements.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

SnappingControlsElementsGridControlsElements.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

SnappingControlsElementsGridControlsElements.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

SnappingControlsElementsGridControlsElements.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

SnappingControlsElementsGridControlsElements.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

SnappingControlsElementsGridControlsElements.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

SnappingControlsElementsGridControlsElements.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

SnappingControlsElementsGridControlsElements.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