Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsFontSettings - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapsFontSettings

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

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

    Constructors

    MapsFontSettings()

    Declaration
    public MapsFontSettings()

    Properties

    Color

    Sets and gets 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

    Sets and gets 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

    Sets and gets 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

    Sets and gets 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

    Sets and gets 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

    Sets and gets 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved