Blazor

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

    Show / Hide Table of Contents

    Class TreeMapBorder

    Sets and gets the options for customizing the color and width of the treemap component border.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    TreeMapBorder
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TreeMapBorder : SfBaseComponent

    Constructors

    TreeMapBorder()

    Declaration
    public TreeMapBorder()

    Properties

    Color

    Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.

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

    Width

    Defines the width of the border in the treemap component.

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

    Methods

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