ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DiagramPhase

    Inheritance
    System.Object
    EJTagHelper
    DiagramPhase
    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.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramPhase : EJTagHelper

    Constructors

    DiagramPhase()

    Declaration
    public DiagramPhase()

    Properties

    Header

    Sets the header collection of the phase

    Declaration
    public DiagramHeader Header { get; set; }
    Property Value
    Type Description
    DiagramHeader

    Id

    Sets the id of the phase

    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

    Offset

    Sets the offset of the lane

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

    Style

    Sets the style of the lane

    Declaration
    public DiagramShapeStyle Style { get; set; }
    Property Value
    Type Description
    DiagramShapeStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved