SetMarkdownOptionCommand.Theme Property

Definition

Gets or sets the Theme.

[System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Theme")]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Dark", "Light" })]
public string Theme { get; set; }
[<System.Management.Automation.Parameter(Mandatory=true, ParameterSetName="Theme")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Dark", "Light" })>]
member this.Theme : string with get, set
Public Property Theme As String

Property Value

Attributes

Applies to