menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DiagramImageBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramImageBuilder
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramImageBuilder : ControlBuilder

    Constructors

    DiagramImageBuilder()

    Declaration
    public DiagramImageBuilder()

    DiagramImageBuilder(DiagramImage)

    Declaration
    public DiagramImageBuilder(DiagramImage model)
    Parameters
    Type Name Description
    DiagramImage model

    Methods

    Align(ImageAlignment)

    Defines the alignment of the image within the node boundary. None - Alignment value will be set as none XMinYMin - smallest X value of the view port and smallest Y value of the view port XMidYMin - midpoint X value of the view port and smallest Y value of the view port XMaxYMin - maximum X value of the view port and smallest Y value of the view port XMinYMid - smallest X value of the view port and midpoint Y value of the view port XMidYMid - midpoint X value of the view port and midpoint Y value of the view port XMaxYMid - maximum X value of the view port and midpoint Y value of the view port XMinYMax - smallest X value of the view port and maximum Y value of the view port XMidYMax - midpoint X value of the view port and maximum Y value of the view port XMaxYMax - maximum X value of the view port and maximum Y value of the view port

    Declaration
    public DiagramImageBuilder Align(ImageAlignment value)
    Parameters
    Type Name Description
    ImageAlignment value
    Returns
    Type
    DiagramImageBuilder

    Scale(Scale)

    Allows to stretch the image as you desired (either to maintain proportion or to stretch) None - Scale value will be set as None for the image Meet - Scale value Meet will be set for the image Slice - Scale value Slice will be set for the image

    Declaration
    public DiagramImageBuilder Scale(Scale value)
    Parameters
    Type Name Description
    Scale value
    Returns
    Type
    DiagramImageBuilder

    Source(String)

    Defines the source of the image

    Declaration
    public DiagramImageBuilder Source(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    DiagramImageBuilder

    Type(Shapes)

    Defines the type of node shape

    Declaration
    public DiagramImageBuilder Type(Shapes value)
    Parameters
    Type Name Description
    Shapes value
    Returns
    Type
    DiagramImageBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved