Share via


ShowCommandCommand.Width Property

Gets or sets the width, 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.Width

instance.Width = value

Syntax

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

/** @property */
public void set_Width (double value)
public function get Width () : double

public function set Width (value : double)

Property Value

A Double.

Remarks

This property represents the –Width 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