Class TimeBreakViewModel
Represent the view model that exposes the TimeBreak properties.
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 class TimeBreakViewModel : MessageListItemViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
TimeBreakViewModel()
Declaration
public TimeBreakViewModel()
Properties
Alignment
Gets the horizontal alignment.
Declaration
public override HorizontalAlignment Alignment { get; }
Property Value
System.Windows.HorizontalAlignment
|
Overrides
Header
Gets or sets the header text.
Declaration
public string Header { get; set; }
Property Value
System.String
|