New to Telerik UI for WPFStart a free 30-day trial

Base class for MVVM nodes.

Definition

Constructors

Initializes a new instance of the NodeViewModelBase class.

C#
public NodeViewModelBase()

Properties

Gets or sets the height.

C#
public double Height { get; set; }
Property Value:

The height.

Gets or sets the rotation of the shape.

C#
public double RotationAngle { get; set; }

Gets or sets the width.

C#
public double Width { get; set; }
Property Value:

The width.