Class StatusBar
Status strip GUI control.
Implements
System.IComparable
Namespace: FlaxEditor.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public class StatusBar : ContainerControl, IComparable, IDrawable
Constructors
StatusBar()
Fields
DefaultHeight
The default height.
Declaration
public const int DefaultHeight = 22
Field Value
System.Int32
|
Properties
StatusColor
Gets or sets the color of the status strip.
Declaration
public Color StatusColor { get; set; }
Property Value
Color
|
Text
Gets or sets the status text.
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Gets or sets the status text color
Declaration
public Color TextColor { get; set; }
Property Value
Color
|
Methods
Draw()
Draw the control and the children.
Declaration
public override void Draw()