ShapeTextFont Properties
Contains shape text font attributes.| Name | Description |
|---|---|
| Auto | Gets whether the text formatting is determined by the drawing object’s style. |
| Bold | Gets or sets the value indicating whether the text is formatted as bold. |
| CapsType | Gets or sets text capitalization. |
| Color | Gets or sets the color of the font applied to the text. |
| Italic | Gets or sets the value indicating whether the text is formatted as italic. |
| Name | Gets or sets the name of the font used to display the text. |
| Script | Formats the text as subscript or superscript. |
| Size | Gets or sets the size of the font used to display the text. |
| StrikeType | Gets or sets the value indicating that strikethrough formatting is applied to the text. |
| UnderlineType | Gets or sets the type of underline applied to the text. |
See Also