ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class Image

    Inheritance
    System.Object
    EJTagHelper
    Image
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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 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
    EJTagHelper.Id

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved