Text Class |
|
Namespace: MediaCy.Commands.Overlays
Public Class Text Inherits Shape
The Text type exposes the following members.
| Name | Description | |
|---|---|---|
| Text | Initializes a new instance of the Text class | |
| Text(McCommand) | Initializes a new instance of the Text class |
| Name | Description | |
|---|---|---|
| Alignment |
Property controlling whether the text is centered or left aligned.
| |
| AutoSize |
Specifies whether the background rectangle should automatically fit the text size.
| |
| CalloutLine |
Defines visibility of the callout line.
| |
| CalloutLocation |
Defines the location (handle #9 of the McGraphObjText) of the callout line.
| |
| Font |
Font of the text.
| |
| Shadow |
Shadow of the text.
| |
| Size |
Size of the graphical object.
| |
| Text |
Exposes the text displayed by this object.
| |
| TextColor |
Color of the text.
| |
| WordBreak |
Specifies whether words should automatically be broken at the end of a line or not.
|
| Name | Description | |
|---|---|---|
| FromGraphObj |
Create a new Text command using the properties of an existing McGraphObjText object.
| |
| SaveAsCode | (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).) |