Creating a XAML Text Object

You might want a text object to change color, size, or content by using XAML input. To do this, you must first configure the text object to work with XAML.

ClosedTo configure a text object to accept XAML output

  1. On the object toolbar, click the icon. Alternatively, click Text on the Create menu.

  2. Under Markup Language Containers, click XAML.

  3. Click the location on the template where you want to add the text object.

  4. Double-click the text object to open the Markup Language Text Properties dialog. Alternatively, right-click the object, and then click Properties.

  5. In the navigation pane, click Markup Language in the list of available property pages if it is not already selected.

  6. In the Markup language list, verify that Extensible Application Markup Language (XAML) is selected.

  7. In the navigation pane, select the data source that you want to contain the XAML code.

  8. In the Embedded Data field, enter the XAML code. Alternatively, you can modify the source to automatically import XAML from another data source, such as a database or VBScript.