PFTextBlockSettings Properties |
The PFTextBlockSettings type exposes the following members.
Name | Description | |
---|---|---|
AllCaps |
Whether the text should be rendered in capital letters.
| |
Ambience |
The color theme (aka "ambience") of this widget. E.g. "darkBlue", "danger", "accent".
| |
FontWeight |
The text font weight.
| |
Italic |
Whether the text should be rendered in italics.
| |
Padding |
The distance (in pixels) between this widget borders and the content box (containing the text).
| |
Text |
The text of this widget.
| |
TextAlign |
The text horizontal alignment.
| |
TextOpacity |
The text opacity (in percents).
| |
TextSize |
The font size (in pixels).
| |
Underline |
Whether the text should be underlined.
| |
VerticalAlign |
The text vertical alignment.
|