-
-
Notifications
You must be signed in to change notification settings - Fork 301
StatusBar module
Robert B Colton edited this page Aug 12, 2016
·
1 revision
Adds a status bar to the bottom of the window.
IStatusBar
-
StatusBarItemViewModel
class
- None
var statusBar = IoC.Get<IStatusBar>();
statusBar.AddItem("Hello world!", new GridLength(1, GridUnitType.Star));
statusBar.AddItem("Ln 44", new GridLength(100));
statusBar.AddItem("Col 79", new GridLength(100));