SetMarkdownOptionCommand.Header3Color Property
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.
Gets or sets the VT100 escape sequence for Header Level 3.
[System.Management.Automation.Parameter(ParameterSetName="IndividualSetting")]
[System.Management.Automation.ValidatePattern("^\[*[0-9;]*?m{1}")]
public string Header3Color { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="IndividualSetting")>]
[<System.Management.Automation.ValidatePattern("^\[*[0-9;]*?m{1}")>]
member this.Header3Color : string with get, set
Public Property Header3Color As String
Property Value
- Attributes