Blazor

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

    Show / Hide Table of Contents

    Class TreeMapFontSettings

    Sets and gets the options for customizing the font style of the treemap component.

    Inheritance
    System.Object
    TreeMapFontSettings
    TreeMapHeaderStyle
    TreeMapLeafLabelStyle
    TreeMapLegendTextStyle
    TreeMapLegendTitleStyle
    TreeMapSubtitleTextStyle
    TreeMapTitleTextStyle
    TreeMapTooltipTextStyle
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TreeMapFontSettings : OwningComponentBase

    Constructors

    TreeMapFontSettings()

    Declaration
    public TreeMapFontSettings()

    Properties

    Color

    Sets and gets the color for the text in the treemap component.

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

    FontFamily

    Sets and gets the font family for the text in the treemap component.

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

    FontStyle

    Sets and gets the font style for the text in the treemap component.

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

    FontWeight

    Sets and gets the font weight for the text in the treemap component.

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

    Opacity

    Sets and gets the opacity of the text in the treemap component.

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

    Size

    Sets and gets the size for the text in the treemap component.

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

    Methods

    Dispose(Boolean)

    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