ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramSwimlane - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramSwimlane

    Inheritance
    System.Object
    DiagramSwimlane
    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 DiagramSwimlane

    Constructors

    DiagramSwimlane()

    Declaration
    public DiagramSwimlane()

    Properties

    AddInfo

    Declaration
    [JsonProperty("addInfo")]
    public object AddInfo { get; set; }
    Property Value
    Type Description
    System.Object

    Constraints

    Declaration
    [JsonProperty("constraints")]
    [JsonConverter(typeof(StringEnumConverter))]
    public NodeConstraints Constraints { get; set; }
    Property Value
    Type Description
    NodeConstraints

    CssClass

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

    FillColor

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

    Header

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

    Height

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

    IsGroup

    Declaration
    [JsonProperty("isGroup")]
    [Obsolete("Use Type")]
    public bool IsGroup { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSwimlane

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

    Lanes

    Declaration
    [JsonProperty("lanes")]
    public Collection Lanes { get; set; }
    Property Value
    Type Description
    Collection

    MaxHeight

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

    MaxWidth

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

    MinHeight

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

    MinWidth

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

    Name

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

    Nodes

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

    OffsetX

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

    OffsetY

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

    Orientation

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

    Phases

    Declaration
    [JsonProperty("phases")]
    public Collection Phases { get; set; }
    Property Value
    Type Description
    Collection

    PhaseSize

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

    Type

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

    Width

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

    ZOrder

    Declaration
    [JsonProperty("zOrder")]
    public double ZOrder { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved