Interface IGroupable
Represents a base for INode and IConnector.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IGroupable : IDiagramElement, IID, INotifyPropertyChanged
Properties
Info
Gets or sets the more details or information about the Groupable elements.
Declaration
object Info { get; set; }
Property Value
Type |
---|
System.Object |
IsSelected
Gets or sets a value incdicates whether the node is selected.
Declaration
bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets or sets the identifying name of the INode,IConnector,IGroup,ILane and IPhase.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the element. The default is an empty string. |
Remarks
This property is used as tool tip for the corresponding Symbol and also used to find the corresponding symbol in the Syncfusion.UI.Xaml.Diagram.Stencil.
SearchTags
Gets or sets the search tags of the INode,IConnector,IGroup,ILane, and IPhase in the Syncfusion.UI.Xaml.Diagram.Stencil.
Declaration
IEnumerable<string> SearchTags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> | The list of search tags that are used when you search for the symbol in the Syncfusion.UI.Xaml.Diagram.Stencil. The default is null. |
ZIndex
Gets or sets the ZIndex of the Node and Connector.
Declaration
int ZIndex { get; set; }
Property Value
Type |
---|
System.Int32 |