csharp
public sealed class PlatformUiWindowOne operating-system window showing one surface of a document.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public IWindow WindowThe platform's window.
public UiSurface SurfaceThe part of the document it shows.
public string TitleThe title bar text.
public (float X, float Y, float Width, float Height) BoundsWhere it is and how big, in device-independent pixels in desktop space.
public float DpiScaleHow many physical pixels one device-independent one is on its display.
public bool IsClosedWhether it has been closed.
Events (2)
Methods (2)
public void Focus()Brings it to the front and asks for keyboard focus.
public void Dispose()
Used by (2)
- PlatformWindowHostVixen.Platform.Ui
- PlatformWindowHostTestsVixen.Platform.Ui.Tests