Class GroupableViewModel
Represents a base class for Diagramming elements
Inheritance
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class GroupableViewModel : DiagramElementViewModel, IGroupable, IDiagramElement, IID, INotifyPropertyChanged
Constructors
GroupableViewModel()
Declaration
public GroupableViewModel()
Properties
IsSelected
Gets or sets a value indicates whether the node is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets or sets the identifying name of the NodeViewModel,ConnectorViewModel,GroupViewModel,LaneViewModel and PhaseViewModel.
Declaration
public 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 NodeViewModel,ConnectorViewModel,GroupViewModel,LaneViewModel, and PhaseViewModel in the Syncfusion.UI.Xaml.Diagram.Stencil.
Declaration
public 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 z-index of the groupable element.
Declaration
public int ZIndex { get; set; }
Property Value
Type |
---|
System.Int32 |