Class Image
Inheritance
System.Object
Image
Assembly: Syncfusion.EJ2.dll
Syntax
public class Image : EJTagHelper
Constructors
Image()
Declaration
Properties
Height
Specifies the height of the image.
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Specifies image element id.
Declaration
public override string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Left
Specifies the width of the image.
Declaration
public int Left { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Src
Specifies the image source.
Declaration
public string Src { get; set; }
Property Value
Type |
Description |
System.String |
|
Top
Specifies the height of the image.
Declaration
public int Top { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Width
Specifies the width of the image.
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|