Class MapsShapeSettings
Sets and gets the options to customize the shape of the maps.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
MapsShapeSettings
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsShapeSettings : SfBaseComponent
Constructors
MapsShapeSettings()
Declaration
public MapsShapeSettings()
Properties
autofill
Declaration
public bool autofill { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Autofill
Enables or disables the filling of color for the shapes automatically.
Declaration
public bool Autofill { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
CircleRadius
Sets and gets the radius of the shape.
Declaration
public double CircleRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ColorValuePath
Sets and gets the value path from the data source to set the color for the shapes in maps.
Declaration
public string ColorValuePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DashArray
Sets and gets the dash-array for the shapes in maps.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Fill
Sets and gets the color of the shapes in maps.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Opacity
Sets and gets the opacity for the shapes in maps.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Palette
Sets and gets a set of colors for the shapes in maps.
Declaration
public string[] Palette { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
ValuePath
Sets and gets the value from the data source based on which the shape gets rendered.
Declaration
public string ValuePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |