Format text

You can use the Font properties in Blend for Visual Studio 2012 to format the text in your application. If you use a RichTextBox, TextBlock, or FlowDocumentScrollViewer object, you can selectively apply formatting to particular words or characters in the object. With all other text object types, the formatting properties that you set will affect all text in the object.

Note

You cannot animate the properties under Text in the Properties panel except for the FontSize property. If you animate the FontSize property, you must set the property for the whole object (in other words, you cannot animate the FontSize property when you are in text-editing mode).

To set font properties

  1. Select the text object that contains the text that you want to format, by using either the Selection tool 2ff91340-477e-4efa-a0f7-af20851e4daa or the Direct Selection tool 6dd6571f-c116-451d-8dd2-1f88b8406362.

  2. To format only part of the text in a TextBlock or RichTextBox object, right-click the object, click Edit Text, and then drag the pointer to select the text that you want to format. Otherwise, continue to the next step.

  3. In the Properties panel, under Text, click Font17db489b-22e6-4b99-9a19-fa1ed9d51e7e, and then do one or more of the following:

    • Select a font from the FontFamily list to change the font for the text.

    • Select a size from the FontSize list to change the size of the text.

    • Click Bold0878fcd1-e719-4041-bbed-107579a715f2 to make the text bold.

    • Click Italic3c198921-4fa1-4240-8c53-f231415f71a8 to italicize the text.

    • Click Underline61377a0d-97fb-4046-9e29-9493e8b1a34f to underline the text.

See Also

Tasks

Edit text

Format paragraphs

Add an object to the text flow