ItemViewModelBase
Class
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions.ViewModels
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
C#
public class ItemViewModelBase : ViewModelBase, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseItemViewModelBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the ItemViewModelBase class.
C#
public ItemViewModelBase()
Properties
Gets or sets the content or label of this connection.
C#
public object Content { get; set; }
The content.
Gets or sets a value indicating whether this instance is selected.
C#
public bool IsSelected { get; set; }
true if this instance is selected; otherwise, false.
Position
Point
Gets or sets the position.
C#
public Point Position { get; set; }
The position.
Visibility
Visibility
Gets or sets the visibility.
C#
public Visibility Visibility { get; set; }
The visibility.