menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramPhase

    Show / Hide Table of Contents

    Class DiagramPhase

    Inheritance
    System.Object
    DiagramPhase
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class DiagramPhase

    Constructors

    DiagramPhase()

    Declaration
    public DiagramPhase()

    Properties

    IsPhase

    Declaration
    [JsonProperty("isPhase")]
    public bool IsPhase { get; set; }
    Property Value
    Type Description
    System.Boolean

    Label

    Declaration
    [JsonProperty("label")]
    public Label Label { get; set; }
    Property Value
    Type Description
    Label

    LineColor

    Declaration
    [JsonProperty("lineColor")]
    public string LineColor { get; set; }
    Property Value
    Type Description
    System.String

    LineDashArray

    Declaration
    [JsonProperty("lineDashArray")]
    public string LineDashArray { get; set; }
    Property Value
    Type Description
    System.String

    LineWidth

    Declaration
    [JsonProperty("lineWidth")]
    public double LineWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Offset

    Declaration
    [JsonProperty("offset")]
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    Orientation

    Declaration
    [JsonProperty("orientation")]
    public string Orientation { get; set; }
    Property Value
    Type Description
    System.String

    PaletteItem

    Declaration
    [JsonProperty("paletteItem")]
    public PaletteItem PaletteItem { get; set; }
    Property Value
    Type Description
    PaletteItem

    Parent

    Declaration
    [JsonProperty("parent")]
    public string Parent { get; set; }
    Property Value
    Type Description
    System.String

    Phases

    Declaration
    public Collection Phases { get; }
    Property Value
    Type Description
    Collection

    Type

    Declaration
    [JsonProperty("type")]
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved