Text label.
Definition at line 1159 of file fbcontrols.h.
#include <fbcontrols.h>

Public Member Functions |
|
| FBLabel () | |
| Constructor. |
|
| void | SetTextColor (const FBColorAndAlpha &pColorRGBA) |
| Sets the label text color. |
|
| void | SetBackgroundDrawing (bool pDrawBackGround) |
| Sets whether a background is drawn for the
label. |
|
Public Attributes |
|
| FBPropertyTextJustify | Justify |
| Read Write Property: Text
justification for label. |
|
| FBPropertyTextStyle | Style |
| Read Write Property: Text style
appearance. |
|
| FBPropertyBool | WordWrap |
| Read Write Property: Enable wordwrap
on text drawing. |
|
| FBLabel | ( | ) |
Constructor.
| void SetTextColor | ( | const FBColorAndAlpha & | pColorRGBA | ) |
| void SetBackgroundDrawing | ( | bool | pDrawBackGround | ) |
Sets whether a background is drawn for the label.
| pDrawBackGround | Background drawing enable or not. |
| FBPropertyTextJustify Justify |
Read Write Property: Text justification for label.
Definition at line 1177 of file fbcontrols.h.
| FBPropertyTextStyle Style |
Read Write Property: Text style appearance.
Definition at line 1178 of file fbcontrols.h.
Read Write Property: Enable wordwrap on text drawing.
Definition at line 1179 of file fbcontrols.h.