Class MessageListBox
- Namespace
- HeBianGu.Control.MessageListBox
- Assembly
- HeBianGu.Control.MessageListBox.dll
public class MessageListBox : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
MessageListBox
- Implements
- Inherited Members
- Extension Methods
Fields
ErrorsProperty
public static readonly DependencyProperty ErrorsProperty
Field Value
FatalsProperty
public static readonly DependencyProperty FatalsProperty
Field Value
InfosProperty
public static readonly DependencyProperty InfosProperty
Field Value
TracesProperty
public static readonly DependencyProperty TracesProperty
Field Value
WarnsProperty
public static readonly DependencyProperty WarnsProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
Errors
public ObservableCollection<ErrorMessage> Errors { get; set; }
Property Value
Fatals
public ObservableCollection<FatalMessage> Fatals { get; set; }
Property Value
Infos
public ObservableCollection<InfoMessage> Infos { get; set; }
Property Value
Traces
public ObservableCollection<TraceMessage> Traces { get; set; }
Property Value
Warns
public ObservableCollection<WarnMessage> Warns { get; set; }