Interface IContainer
Represents the graphical objects used to visually group the logically-related diagram elements on the page.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IContainer : IGroup, INode, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Remarks
In a Container, each shape can be added or removed simply by dragging them in or out of it. Whereas Group unites several shapes together as a single object which can be moved, resized, or rotated.
Properties
Header
Declaration
IContainerHeader Header { get; set; }
Property Value
Type |
---|
IContainerHeader |