Interface IGroup
Represents a cluster multiple nodes and connectors into a single element. It acts like a container for its children (nodes, groups, and connectors).
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IGroup : INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Properties
Connectors
Gets or sets the collections of IConnector.
Declaration
object Connectors { get; set; }
Property Value
Type |
---|
System.Object |
Groups
Gets or sets the collections of IGroup.
Declaration
object Groups { get; set; }
Property Value
Type |
---|
System.Object |
Nodes
Gets or sets the collections of INode.
Declaration
object Nodes { get; set; }
Property Value
Type |
---|
System.Object |
Padding
Gets or sets the padding inside the Group.
Declaration
Thickness Padding { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |