menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Image - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Image

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    Image
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class Image : EJTagHelper

    Constructors

    Image()

    Declaration
    public Image()

    Properties

    Height

    Specifies the height of the image.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 300

    Id

    Specifies image element id.

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Overrides
    Syncfusion.EJ2.EJTagHelper.Id

    Left

    Specifies the width of the image.

    Declaration
    public double Left { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0

    Src

    Specifies the image source.

    Declaration
    public string Src { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Top

    Specifies the height of the image.

    Declaration
    public double Top { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 0

    Width

    Specifies the width of the image.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 400

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved