Name | Description | |
---|---|---|
TextRun Constructor | Initializes a new instance of the TextRun class. |
The following tables list the members exposed by TextRun.
Name | Description | |
---|---|---|
TextRun Constructor | Initializes a new instance of the TextRun class. |
Name | Description | |
---|---|---|
ActionInfo | Gets ActionInfo object defining the actions for this TextRun. Actions on TextRuns are ignored if an action is defined on the parent Textbox (even if the Textbox action resolves to NULL). | |
Label | Gets or sets the label for the placeholder for this TextRun. This name appears as the display placeholder in designer tools UI. | |
MarkupType | Gets or sets a value indicating how markup in text should be processed. | |
Owner | Gets the TextRuns collection containing this object. | |
Paragraph | Gets the Paragraph object containing this object. | |
Style | Gets the Style object defining style properties for this TextRun. | |
Textbox | Gets the Textbox object containing this object. | |
ToolTip | Gets or sets a textual tooltip label for the TextRun. | |
Value | Gets or sets the constant or expression which is displayed at runtime for the TextRun. |
Name | Description | |
---|---|---|
AssignFrom | Copies properties from another TextRun to the current object. |