Click or drag to resize

PFTextBlockSettings Properties

The PFTextBlockSettings type exposes the following members.

Properties
  NameDescription
Public propertyAllCaps
Whether the text should be rendered in capital letters.
Public propertyAmbience
The color theme (aka "ambience") of this widget. E.g. "darkBlue", "danger", "accent".
Public propertyFontWeight
The text font weight.
Public propertyItalic
Whether the text should be rendered in italics.
Public propertyPadding
The distance (in pixels) between this widget borders and the content box (containing the text).
Public propertyText
The text of this widget.
Public propertyTextAlign
The text horizontal alignment.
Public propertyTextOpacity
The text opacity (in percents).
Public propertyTextSize
The font size (in pixels).
Public propertyUnderline
Whether the text should be underlined.
Public propertyVerticalAlign
The text vertical alignment.
Top
See Also