Class StatusBarPanel.LogInfo
Namespace: StockSharp.Studio.Controls
Assembly: StockSharp.Studio.Controls.dll
Syntax
public class LogInfo : NotifiableObject
Constructors
LogInfo()
Declaration
public LogInfo()
Properties
LastErrorVisible
Declaration
public Visibility LastErrorVisible { get; set; }
Property Value
Type | Description |
---|---|
Visibility |
LastLogMessage
Declaration
public string LastLogMessage { get; set; }
Property Value
Type | Description |
---|---|
String |
LastWarnVisible
Declaration
public Visibility LastWarnVisible { get; set; }
Property Value
Type | Description |
---|---|
Visibility |