MapWindowDevelper:StatusBarItem
From MapWindow GIS
MapWindow.Interfaces.StatusBarItem
The object given back when a panel is added to the status bar. This object can be used to manipulate the bar item itself, i.e. setting text.
Property Members
| Name | Access | Summary |
|---|---|---|
| Alignment : eAlignment | public | Gets/Sets the Alignment of the text |
| AutoSize : Boolean | public | Gets/Sets whether or not this StatusBarItem should auto size itself |
| MinWidth : Int32 | public | Gets/Sets the minimum allowed width for this StatusBarItem |
| Text : String | public | Gets/Sets the Text within the StatusBarItem |
| Width : Int32 | public | Gets/Sets the width of the StatusBarItem |
