Interface IGroupableInfo
Represents a base for INode and IConnector.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IGroupableInfo
Properties
Bounds
Declaration
Rect Bounds { get; }
Property Value
Type | Description |
---|---|
System.Windows.Rect |
Graph
Declaration
IGraph Graph { get; }
Property Value
Type | Description |
---|---|
IGraph |
IsGrouped
Gets a value indicates wheher the element is grouped.
Declaration
bool IsGrouped { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
BringIntoCenter()
To bring the diagram elements into center of the view port.
Declaration
void BringIntoCenter()
BringIntoViewport()
To bring the diagram elements into view port.
Declaration
void BringIntoViewport()