Class ItemViewModelBase
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions.ViewModels
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class ItemViewModelBase : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
ItemViewModelBase()
Properties
Content
Gets or sets the content or label of this connection.
Declaration
public object Content { get; set; }
Property Value
System.Object
The content. |
IsSelected
Gets or sets a value indicating whether this instance is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
Position
Gets or sets the position.
Declaration
public Point Position { get; set; }
Property Value
System.Windows.Point
The position. |
Visibility
Gets or sets the visibility.
Declaration
public Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
The visibility. |