Class GroupViewModel
Represents a cluster multiple nodes and connectors into a single element. It acts like a container for its children (nodes, groups, and connectors).
Inheritance
System.Object
GroupViewModel
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class GroupViewModel : NodeViewModel, IGroup, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Constructors
GroupViewModel()
Creates new instance of GroupViewModel class.
Declaration
public GroupViewModel()
Properties
Connectors
Gets or sets a collection of objects where each object represents a IConnector.
Declaration
public object Connectors { get; set; }
Property Value
Type |
---|
System.Object |
Groups
Gets or sets a collection of objects where each object represents a IGroup.
Declaration
public object Groups { get; set; }
Property Value
Type |
---|
System.Object |
Nodes
Gets or sets a collection of objects where each object represents a INode.
Declaration
public object Nodes { get; set; }
Property Value
Type |
---|
System.Object |
Padding
Gets or sets the padding inside the group.
Declaration
public Thickness Padding { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
Implements
System.ComponentModel.INotifyPropertyChanged