baja-WsTextBlock

WsTextBlock (TextBlock) is a component you can drop onto a wire sheet (WireSheet) and position to add text notes. Properties include Text (to display), Foreground and Background colors, Font, Border, and whether the Text Block is directly Selectable in the wire sheet (by default, Selectable is true). If Selectable is false, you must select this component via its node in the Nav tree.
Figure 197.   WsTextBlock properties
Image

To access, expand Config > Drivers > NiagaraNetwork and double-click TextBlock.

Property Value Description
Text text Specifies the text which is displayed in the text box.
Foreground Solid, Gradient, Image ,Null(default) Specifies foreground fill. Solid opens the color chooser window. Gradient opens the gradient editor window. Image opens the texture window, click the browser icon to open File chooser, ord chooser to select the image file. Null indicates no foreground fill.
Background Null (default) Specifies background fill color.

Solid opens the Color Chooser window.

Gradient opens the Gradient Editor window.

Image opens the Image Brush Editor window. Click the Browse icon (Image) to open the File Chooser, Ord Chooser, or other method of selecting an image file.

Null indicates no color (white).

Font drop-down list Selects the font in which the text is displayed.
Border true or false (default) If set to true text box is displayed with a border. If set to false text box is displayed without a border.
Selectable true or false (default) If set to true text is selectable. If set to false text is not selectable.