Class NodeViewModelBase
Base class for MVVM nodes.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |