Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsFontSettings

    Show / Hide Table of Contents

    Class MapsFontSettings

    Sets and gets the customization for the font setting for the maps control.

    Inheritance
    System.Object
    MapsFontSettings
    MapsBubbleTooltipTextStyle
    MapsLayerDataLabelTextStyle
    MapsLayerTooltipTextStyle
    MapsLegendTextStyle
    MapsLegendTitleStyle
    MapsMarkerTooltipTextStyle
    MapsSubtitleTextStyle
    MapsTitleTextStyle
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class MapsFontSettings : OwningComponentBase

    Constructors

    MapsFontSettings()

    Declaration
    public MapsFontSettings()

    Properties

    Color

    Gets or sets the color for the text in data label, legend and other texts in maps component.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    FontFamily

    Gets or sets the style of the text in data label, legend and other texts in maps component.

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type Description
    System.String

    FontStyle

    Gets or sets the style of the text in data label, legend and other texts in maps component.

    Declaration
    public string FontStyle { get; set; }
    Property Value
    Type Description
    System.String

    FontWeight

    Gets or sets the font weight of the text in data label, legend and other texts in maps component.

    Declaration
    public string FontWeight { get; set; }
    Property Value
    Type Description
    System.String

    Opacity

    Gets or sets the opacity for the text in data label, legend and other texts in maps component.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Size

    Gets or sets the size for the text in data label, legend and other texts.

    Declaration
    public virtual string Size { get; set; }
    Property Value
    Type Description
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved