GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components
FeatureVisibleElements Class
The visible elements that are displayed within the widget’s graphic.popupTemplate.content. ArcGIS Maps SDK for JavaScript
public class FeatureVisibleElements : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FeatureVisibleElements
Constructors
FeatureVisibleElements() Constructor
Parameterless constructor for use as a Razor Component.
public FeatureVisibleElements();
FeatureVisibleElements(Nullable, Nullable, Nullable, VisibleContentElements) Constructor
Constructor for use in C# code. Use named parameters (e.g., item1: value1, item2: value2) to set properties in any order.
public FeatureVisibleElements(System.Nullable<bool> boolContent=null, System.Nullable<bool> lastEditedInfo=null, System.Nullable<bool> title=null, dymaptic.GeoBlazor.Core.Model.VisibleContentElements? visibleContentElementsContent=null);
Parameters
boolContent System.Nullable<System.Boolean>
Indicates whether content for the Feature displays, can also indicate the specific types of content elements by setting it via VisibleContentElements. ArcGIS Maps SDK for JavaScript
lastEditedInfo System.Nullable<System.Boolean>
Indicates whether lastEditInfo is displayed within the feature. ArcGIS Maps SDK for JavaScript
title System.Nullable<System.Boolean>
Indicates whether the title associated with the feature displays. ArcGIS Maps SDK for JavaScript
visibleContentElementsContent VisibleContentElements
Indicates whether content for the Feature displays, can also indicate the specific types of content elements by setting it via VisibleContentElements. ArcGIS Maps SDK for JavaScript
Properties
FeatureVisibleElements.BoolContent Property
Indicates whether content for the Feature displays, can also indicate the specific types of content elements by setting it via VisibleContentElements. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> BoolContent { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureVisibleElements.LastEditedInfo Property
Indicates whether lastEditInfo is displayed within the feature. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> LastEditedInfo { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureVisibleElements.Title Property
Indicates whether the title associated with the feature displays. ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Title { get; set; }
Property Value
System.Nullable<System.Boolean>
FeatureVisibleElements.VisibleContentElementsContent Property
Indicates whether content for the Feature displays, can also indicate the specific types of content elements by setting it via VisibleContentElements. ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.VisibleContentElements? VisibleContentElementsContent { get; set; }
Property Value
Methods
FeatureVisibleElements.GetBoolContent() Method
Asynchronously retrieve the current value of the BoolContent property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetBoolContent();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureVisibleElements.GetLastEditedInfo() Method
Asynchronously retrieve the current value of the LastEditedInfo property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetLastEditedInfo();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureVisibleElements.GetTitle() Method
Asynchronously retrieve the current value of the Title property.
public System.Threading.Tasks.Task<System.Nullable<bool>> GetTitle();
Returns
System.Threading.Tasks.Task<System.Nullable<System.Boolean>>
FeatureVisibleElements.GetVisibleContentElementsContent() Method
Asynchronously retrieve the current value of the VisibleContentElementsContent property.
public System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Model.VisibleContentElements?> GetVisibleContentElementsContent();
Returns
System.Threading.Tasks.Task<VisibleContentElements>
FeatureVisibleElements.SetBoolContent(Nullable) Method
Asynchronously set the value of the BoolContent property after render.
public System.Threading.Tasks.Task SetBoolContent(System.Nullable<bool> value);
Parameters
value System.Nullable<System.Boolean>
The value to set.
Returns
FeatureVisibleElements.SetLastEditedInfo(Nullable) Method
Asynchronously set the value of the LastEditedInfo property after render.
public System.Threading.Tasks.Task SetLastEditedInfo(System.Nullable<bool> value);
Parameters
value System.Nullable<System.Boolean>
The value to set.
Returns
FeatureVisibleElements.SetTitle(Nullable) Method
Asynchronously set the value of the Title property after render.
public System.Threading.Tasks.Task SetTitle(System.Nullable<bool> value);
Parameters
value System.Nullable<System.Boolean>
The value to set.
Returns
FeatureVisibleElements.SetVisibleContentElementsContent(VisibleContentElements) Method
Asynchronously set the value of the VisibleContentElementsContent property after render.
public System.Threading.Tasks.Task SetVisibleContentElementsContent(dymaptic.GeoBlazor.Core.Model.VisibleContentElements? value);
Parameters
value VisibleContentElements
The value to set.