Class HeatMapMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapMarginBuilder
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 HeatMapMarginBuilder : ControlBuilder
Constructors
HeatMapMarginBuilder()
Declaration
public HeatMapMarginBuilder()
HeatMapMarginBuilder(HeatMapMargin)
Declaration
public HeatMapMarginBuilder(HeatMapMargin model)
Parameters
| Type | Name | Description |
|---|---|---|
| HeatMapMargin | model |
Methods
Bottom(Double)
Specifies the bottom margin in pixels.
Declaration
public HeatMapMarginBuilder Bottom(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| HeatMapMarginBuilder |
Left(Double)
Specifies the left margin in pixels.
Declaration
public HeatMapMarginBuilder Left(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| HeatMapMarginBuilder |
Right(Double)
Specifies the right margin in pixels.
Declaration
public HeatMapMarginBuilder Right(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| HeatMapMarginBuilder |
Top(Double)
Specifies the top margin in pixels.
Declaration
public HeatMapMarginBuilder Top(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| HeatMapMarginBuilder |