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

ItemViewModelBase

Updated over 6 months ago

Telerik Diagramming Framework provides a list of ViewModels defined in the Telerik.Windows.Controls.Diagrams.Extensions.dll.

This article describes the ItemViewModelBase class defined in the Diagramming Extensions.

Overview

The ItemViewModelBase class is designed to serve as a base ViewModel that can describe any RadDiagramItem. It implements the ViewModelBase class.

ItemViewModelBase Inheritance Model

raddiagram-data-itemviewmodelbase

ItemViewModelBase exposes one constructor - ItemViewModelBase() that initializes a new instance of the class.

Properties

The ItemViewModelBase class exposes the following properties:

NameDescription
VisibilityGets or sets the Visibility of an item. It is of type Visibility.
PositionGets or sets the coordinates of a Point that represents the position of an item on the diagramming surface.
ContentGets or sets an object that represents the content of an item.
IsSelectedGets or sets a Boolean value indicating whether an item is selected.

See Also

In this article
OverviewPropertiesSee Also
Not finding the help you need?
Contact Support