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