Class DiagramGroup
Group is used to cluster multiple nodes and connectors into a single element. It acts like a container for its children (nodes, groups, and connectors).
Inheritance
System.Object
DiagramGroup
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 DiagramGroup
Constructors
DiagramGroup()
Declaration
Properties
AddInfo
Declaration
[JsonProperty("addInfo")]
public object AddInfo { get; set; }
Property Value
Type |
Description |
System.Object |
|
CanUngroup
Declaration
[JsonProperty("canUngroup")]
public bool CanUngroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ChildNodes
Declaration
[JsonProperty("children")]
public List<string> ChildNodes { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Children
Declaration
[JsonProperty("children")]
public string Children { get; set; }
Property Value
Type |
Description |
System.String |
|
Constraints
Declaration
[JsonProperty("constraints")]
[JsonConverter(typeof(StringEnumConverter))]
public NodeConstraints Constraints { get; set; }
Property Value
ExcludeFromLayout
Declaration
[JsonProperty("excludeFromLayout")]
public bool ExcludeFromLayout { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
Labels
Declaration
[JsonProperty("labels")]
public Collection Labels { get; }
Property Value
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 |
|
Parent
Declaration
[JsonProperty("parent")]
public string Parent { get; set; }
Property Value
Type |
Description |
System.String |
|
Pivot
Declaration
[JsonProperty("pivot")]
public DiagramPoint Pivot { get; set; }
Property Value
Ports
Declaration
[JsonProperty("ports")]
public Collection Ports { get; }
Property Value
RotateAngle
Declaration
[JsonProperty("rotateAngle")]
public double RotateAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
Tag
Declaration
[JsonProperty("tag")]
public object Tag { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
[JsonProperty("tooltip")]
public Tooltip Tooltip { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Visible
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|