You are not logged in! Log in or Register

VisualText

Description

The VisualText is the block to use for any kind of text inside a widget.

Attributes

  • Alignment [Near|Center|Far]: The horizontal alignment of the text. Default: Near.
  • Input [string input]: The name of a block that outputs a string.
  • LineAlignment [Near|Center|Far]: The vertical alignment of the text. Remark: The values Far and Center are only applicable when the Height of the owning container is fixed. E.g. in a gridcell with fixed height. Default: Near.
  • MultiLine [boolean]: Whether or not the text can span multiple lines when needed. Default: false.
  • Name [string]: The name of the block.
  • Style [Style]: The style that needs to be applied to the block.
  • Text [string]: The text to display (when not using the Input).
  • Visible [boolean]: Whether or not the item (and all it's children) are visible. Default. true.

User comments

jgeskens says:
July 10th, 2008 at 9:32 a.m.
Keep in mind that the Alignment attribute only works when MultiLine is set to "true"

Leave a comment

You need to be logged in to post a comment.