Class CompanionWindowState
public sealed record CompanionWindowState : IEquatable<CompanionWindowState>
- Inheritance
-
CompanionWindowState
- Implements
- Inherited Members
Properties
Bounds
public CompanionWindowBounds? Bounds { get; init; }
Property Value
IsVisible
public bool IsVisible { get; init; }
Property Value
WindowTitle
public string WindowTitle { get; init; }