PSHostRawUserInterface.WindowSize 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 current view window size, measured in character cells. The window size cannot be larger than the dimensions returned by MaxPhysicalWindowSize.
public:
abstract property System::Management::Automation::Host::Size WindowSize { System::Management::Automation::Host::Size get(); void set(System::Management::Automation::Host::Size value); };
public abstract System.Management.Automation.Host.Size WindowSize { get; set; }
member this.WindowSize : System.Management.Automation.Host.Size with get, set
Public MustOverride Property WindowSize As Size