FormattedTextOutputDeviceData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the data for a formatted text output device.
public sealed class FormattedTextOutputDeviceData : Microsoft.Testing.Platform.OutputDevice.TextOutputDeviceData
type FormattedTextOutputDeviceData = class
inherit TextOutputDeviceData
Public NotInheritable Class FormattedTextOutputDeviceData
Inherits TextOutputDeviceData
- Inheritance
Constructors
| Name | Description |
|---|---|
| FormattedTextOutputDeviceData(String) |
Initializes a new instance of the FormattedTextOutputDeviceData class with the specified text. |
Properties
| Name | Description |
|---|---|
| BackgroundColor |
Gets or inits the background color of the text. |
| ForegroundColor |
Gets or inits the foreground color of the text. |
| Padding |
Gets or inits the padding of the message. |
| Text |
Gets the text for the output device. (Inherited from TextOutputDeviceData) |