Class Label
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
Properties
Text
The text displayed on the control
public virtual string Text { get; set; }
Property Value
TextAlign
How the text is to be aligned - only effective for Label
public TextAlign TextAlign { get; set; }