Table of Contents

Class Label

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

Label text control

public class Label : Control, ICloneable
Inheritance
Label
Implements
Derived
Inherited Members
Extension Methods

Constructors

Label()

public Label()

Fields

ControlText

protected string ControlText

Field Value

string

Properties

Text

The text displayed on the control

public virtual string Text { get; set; }

Property Value

string

TextAlign

How the text is to be aligned - only effective for Label

public TextAlign TextAlign { get; set; }

Property Value

TextAlign