Share via


ShowCommandCommand.Height Property

Gets or sets the height, in pixels, of the command window.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Utility (in Microsoft.PowerShell.Commands.Utility.dll)

Usage

'Usage
Dim instance As ShowCommandCommand
Dim value As Double

value = instance.Height

instance.Height = value

Syntax

'Declaration
<ParameterAttribute> _
<ValidateRangeAttribute(300, 2147483647)> _
Public Property Height As Double
[ParameterAttribute] 
[ValidateRangeAttribute(300, 2147483647)] 
public double Height { get; set; }
[ParameterAttribute] 
[ValidateRangeAttribute(300, 2147483647)] 
public:
property double Height {
    double get ();
    void set (double value);
}
/** @property */
public double get_Height ()

/** @property */
public void set_Height (double value)
public function get Height () : double

public function set Height (value : double)

Property Value

A Double.

Remarks

This property represents the –Height parameter in the Show-Command cmdlet.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ShowCommandCommand Class
ShowCommandCommand Members
Microsoft.PowerShell.Commands Namespace