Class GroupableViewModel
Represents a base class for Diagramming elements
Inheritance
System.Object
GroupableViewModel
Inherited Members
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.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 |
ZIndex
Gets or sets the z-index of the groupable element.
Declaration
public int ZIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Implements
System.ComponentModel.INotifyPropertyChanged