PSHostRawUserInterface.WindowPosition 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 position of the view window relative to the screen buffer, in characters. (0,0) is the upper left of the screen buffer.
public:
abstract property System::Management::Automation::Host::Coordinates WindowPosition { System::Management::Automation::Host::Coordinates get(); void set(System::Management::Automation::Host::Coordinates value); };
public abstract System.Management.Automation.Host.Coordinates WindowPosition { get; set; }
member this.WindowPosition : System.Management.Automation.Host.Coordinates with get, set
Public MustOverride Property WindowPosition As Coordinates