Class MapsZoomToolbarTooltipSettings
Gets and sets the properties of the tooltip in the zoom toolbar.
Inheritance
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class MapsZoomToolbarTooltipSettings : OwningComponentBase
Constructors
MapsZoomToolbarTooltipSettings()
Declaration
public MapsZoomToolbarTooltipSettings()
Properties
BorderColor
Gets and sets the color of the border of the tooltip in the zoom toolbar.
Declaration
public string BorderColor { get; set; }
Property Value
Type |
---|
System.String |
BorderOpacity
Gets and sets the opacity of the border of the tooltip in the zoom toolbar.
Declaration
public double BorderOpacity { get; set; }
Property Value
Type |
---|
System.Double |
BorderWidth
Gets and sets the width of the border of the tooltip in the zoom toolbar.
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
---|
System.Double |
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Fill
Gets and sets the fill color of the tooltip in the zoom toolbar.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
FontColor
Gets and sets the color of the text in the tooltip in the zoom toolbar.
Declaration
public string FontColor { get; set; }
Property Value
Type |
---|
System.String |
FontFamily
Gets and sets the font family of the text in the tooltip in the zoom toolbar.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontOpacity
Gets and sets the opacity of the text in the tooltip in the zoom toolbar.
Declaration
public double FontOpacity { get; set; }
Property Value
Type |
---|
System.Double |
FontSize
Gets and sets the size of the text in the tooltip in the zoom toolbar.
Declaration
public string FontSize { get; set; }
Property Value
Type |
---|
System.String |
FontStyle
Gets and sets the font style of the text in the tooltip in the zoom toolbar.
Declaration
public string FontStyle { get; set; }
Property Value
Type |
---|
System.String |
FontWeight
Gets and sets the font weight of the text in the tooltip in the zoom toolbar.
Declaration
public string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
Visible
Enables or disables the tooltip in the zoom toolbar.
Declaration
public bool Visible { get; set; }
Property Value
Type |
---|
System.Boolean |
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. |
OnParametersSetAsync()
OnParametersSetAsync is a lifecycle method that is invoked when the component has received parameters, and the incoming values have been assigned to the properties.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | System.Threading.Tasks.Task representing the asynchronous operation. |