TextGraphics.Bold Property
Parent Object: TextGraphicsDescription
Gets and sets whether the text has bold formatting or not.
Syntax
TextGraphics.Bold() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Text Using Client Graphics (Simple) | This sample demonstrates creating text using client graphics. It illustrates the simple case where the text is one font and is one line. |
Anchored Client Grahics | This sample demonstrates the creation of client graphics that is fully anchored in a view. |