Class ImageBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ImageBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ImageBuilder : ControlBuilder
Constructors
ImageBuilder()
Declaration
ImageBuilder(List<Image>)
Declaration
public ImageBuilder(List<Image> collection)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<Image> |
collection |
|
Methods
Add()
Declaration
Height(Double)
Specifies the height of the image.
Declaration
public ImageBuilder Height(double height)
Parameters
Type |
Name |
Description |
System.Double |
height |
|
Returns
Id(String)
Specifies image element id.
Declaration
public ImageBuilder Id(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Returns
Left(Double)
Specifies the width of the image.
Declaration
public ImageBuilder Left(double left)
Parameters
Type |
Name |
Description |
System.Double |
left |
|
Returns
Src(String)
Specifies the image source.
Declaration
public ImageBuilder Src(string src)
Parameters
Type |
Name |
Description |
System.String |
src |
|
Returns
Top(Double)
Specifies the height of the image.
Declaration
public ImageBuilder Top(double top)
Parameters
Type |
Name |
Description |
System.Double |
top |
|
Returns
Width(Double)
Specifies the width of the image.
Declaration
public ImageBuilder Width(double width)
Parameters
Type |
Name |
Description |
System.Double |
width |
|
Returns