SetMarkdownOptionCommand.ItalicsForegroundColor Property

Definition

Gets or sets the VT100 escape sequence for italics text foreground.

[System.Management.Automation.Parameter(ParameterSetName="IndividualSetting")]
[System.Management.Automation.ValidatePattern("^\[*[0-9;]*?m{1}")]
public string ItalicsForegroundColor { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="IndividualSetting")>]
[<System.Management.Automation.ValidatePattern("^\[*[0-9;]*?m{1}")>]
member this.ItalicsForegroundColor : string with get, set
Public Property ItalicsForegroundColor As String

Property Value

Attributes

Applies to