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()
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DiagramSwimlane
Constructors
DiagramSwimlane()
Declaration
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
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 |
|
Declaration
[JsonProperty("header")]
public Header Header { get; set; }
Property Value
Height
Declaration
[JsonProperty("height")]
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsGroup
Declaration
[Obsolete("Use Type")]
[JsonProperty("isGroup")]
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
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
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
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 |
|