The interface for the AgentStateItem class.
| C# | Visual Basic | Visual C++ |
public interface IAgentStateItem : INotifyPropertyChanged
Public Interface IAgentStateItem _ Implements INotifyPropertyChanged
public interface class IAgentStateItem : INotifyPropertyChanged
| All Members | Properties | Events | |||
| Icon | Member | Description |
|---|---|---|
| ImageSource |
Gets or sets the image source.
| |
| ImageSources |
Gets or sets a list of image sources.
| |
| ImageToolTipSource |
Gets or sets the image tooltip source.
| |
| ImageToolTipSources |
Gets or sets a list of image tooltip sources.
| |
| Label |
Gets or sets the label.
| |
| PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) | |
| StateDuration |
Gets the state's duration.
|