Class
ItemViewModelBase

Definition

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

object

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

bool

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.