menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramPath

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramPath
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramPath : EJTagHelper

    Constructors

    DiagramPath()

    Declaration
    public DiagramPath()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Data

    Defines the geometry of a path

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

    The default value is ""

    Type

    Defines the type of node shape

    Declaration
    public Shapes Type { get; set; }
    Property Value
    Type Description
    Shapes

    The default value is Shapes.Basic

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