Class NodeViewModelBase
Base class for MVVM nodes.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions.ViewModels
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class NodeViewModelBase : ItemViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
NodeViewModelBase()
Properties
Height
Gets or sets the height.
Declaration
public double Height { get; set; }
Property Value
System.Double
The height. |
RotationAngle
Gets or sets the rotation of the shape.
Declaration
public double RotationAngle { get; set; }
Property Value
System.Double
|
Width
Gets or sets the width.
Declaration
public double Width { get; set; }
Property Value
System.Double
The width. |