menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapTooltipBorderBuilder - API Reference

    Show / Hide Table of Contents

    Class HeatMapTooltipBorderBuilder

    Inheritance
    System.Object
    ControlBuilder
    HeatMapTooltipBorderBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapTooltipBorderBuilder : ControlBuilder

    Constructors

    HeatMapTooltipBorderBuilder()

    Declaration
    public HeatMapTooltipBorderBuilder()

    HeatMapTooltipBorderBuilder(HeatMapTooltipBorder)

    Declaration
    public HeatMapTooltipBorderBuilder(HeatMapTooltipBorder model)
    Parameters
    Type Name Description
    HeatMapTooltipBorder model

    Methods

    Color(String)

    Specifies the color of the border that accepts value in hex and rgba as a valid CSS color string.

    Declaration
    public HeatMapTooltipBorderBuilder Color(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    HeatMapTooltipBorderBuilder

    Width(Double)

    Sets and gets the width of the border in pixels.

    Declaration
    public HeatMapTooltipBorderBuilder Width(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    HeatMapTooltipBorderBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved