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 1. WsTextBlock properties


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

PropertyValueDescription
TexttextSpecifies the text which is displayed in the text box.
ForegroundSolid, 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 a file chooser and ord chooser to select the image file.

Null indicates no foreground fill.
BackgroundNull (default)
Specifies the 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 () to open the File Chooser, Ord Chooser, or other method of selecting an image file.

Null indicates no color (white).

Fontdrop-down listSelects the font in which the text is displayed.
Bordertrue 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.
Selectabletrue or false (default)If set to true text is selectable. If set to false text is not selectable.