Class HeatMapTooltipBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapTooltipBorderBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.AspNetMvc.HeatMap.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 |
|---|
| 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 |
|---|
| HeatMapTooltipBorderBuilder |