ClassElementNodeViewModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI.ElementExplorer.Models
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ElementNodeViewModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance: objectPropertyChangeNotificationElementNodeViewModel
Implements:
Inherited Members
Constructors
ElementNodeViewModel(LightElementNode)
Declaration
cs-api-definition
public ElementNodeViewModel(LightElementNode node)
Parameters
node
Properties
Children
Declaration
cs-api-definition
public ObservableList<ElementNodeViewModel> Children { get; }
Property Value
ObservableList<ElementNodeViewModel>
ElementNode
Declaration
cs-api-definition
public LightElementNode ElementNode { get; set; }
Property Value
ParentNode
Declaration
cs-api-definition
public ElementNodeViewModel ParentNode { get; set; }
Property Value
ToolTipImage
Declaration
cs-api-definition
public BitmapImage ToolTipImage { get; set; }
Property Value