Class MessageListItemViewModelBase
Represents a basic view model class for MessageList items.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.ConversationalUI
Assembly: Telerik.Windows.Controls.ConversationalUI.dll
Syntax
public abstract class MessageListItemViewModelBase : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
MessageListItemViewModelBase()
Declaration
protected MessageListItemViewModelBase()
Properties
Alignment
Gets the horizontal alignment.
Declaration
public abstract HorizontalAlignment Alignment { get; }
Property Value
System.Windows.HorizontalAlignment
|