Table of Contents

Class Label

Namespace
OmegaGUI.Render
Assembly
OmegaGUI.dll

Label text control

public class Label : Control
Inheritance
Label
Derived
Inherited Members
Extension Methods

Constructors

Label(Dialog)

Create a new instance of a static text control

public Label(Dialog parent)

Parameters

parent Dialog

Fields

textData

protected string textData

Field Value

string

Properties

TextAlign

public TextAlign TextAlign { get; set; }

Property Value

TextAlign

Methods

GetTextCopy()

Return a copy of the string

public string GetTextCopy()

Returns

string

Render(Device, float)

Render this control

public override void Render(Device device, float elapsedTime)

Parameters

device Device
elapsedTime float

SetText(string)

Sets the updated text for this control

public void SetText(string newText)

Parameters

newText string