Class DiagramLane
Inheritance
System.Object
DiagramLane
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
Constructors
DiagramLane()
Declaration
Properties
AddInfo
Declaration
[JsonProperty("addInfo")]
public object AddInfo { get; set; }
Property Value
Type |
Description |
System.Object |
|
ChildNodes
Declaration
[JsonProperty("children")]
public List<string> ChildNodes { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Children
Declaration
[JsonProperty("children")]
public Collection Children { get; set; }
Property Value
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 |
|
IsLane
Declaration
[JsonProperty("isLane")]
public bool IsLane { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Labels
Declaration
[JsonProperty("labels")]
public Collection Labels { get; set; }
Property Value
Lanes
Declaration
public Collection Lanes { get; }
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 |
|
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 |
|
PaletteItem
Declaration
[JsonProperty("paletteItem")]
public PaletteItem PaletteItem { get; set; }
Property Value
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 |
|