FormattedTextOutputDeviceData Class

Definition

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
FormattedTextOutputDeviceData

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)

Applies to