Class MapsInitialShapeSelection
Sets and gets the initial shape selection for the maps control.
Inheritance
System.Object
MapsInitialShapeSelection
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsInitialShapeSelection : OwningComponentBase
Constructors
MapsInitialShapeSelection()
Declaration
public MapsInitialShapeSelection()
Properties
ShapePath
Gets or sets the property name from the data source in maps.
Declaration
public string ShapePath { get; set; }
Property Value
Type |
---|
System.String |
ShapeValue
Gets or sets the value for the shape from data source in maps.
Declaration
public string ShapeValue { get; set; }
Property Value
Type |
---|
System.String |
Methods
Dispose(Boolean)
Disposes the property values during the destroy of the component that is hold up for the execution of the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
OnInitializedAsync method is called when the component has received its initial parameters.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | System.Threading.Tasks.Task representing the asynchronous operation. |