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
Gets the bounds of the elements.
Declaration
Rect Bounds { get; }
Property Value
Type |
---|
System.Windows.Rect |
Graph
Gets the diagram of the element.
Declaration
IGraph Graph { get; }
Property Value
Type |
---|
IGraph |
IsGrouped
Gets a value indicates wheher the element is grouped.
Declaration
bool IsGrouped { get; }
Property Value
Type |
---|
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()