NodeViewModelBase
Class
Base class for MVVM nodes.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions.ViewModels
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public class NodeViewModelBase : ItemViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseItemViewModelBaseNodeViewModelBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the NodeViewModelBase class.
C#
public NodeViewModelBase()
Properties
Gets or sets the height.
C#
public double Height { get; set; }
The height.
Gets or sets the rotation of the shape.
C#
public double RotationAngle { get; set; }