Table of Contents

Class CompanionWindowState

Namespace
Cress.Companion
Assembly
Cress.Companion.Core.dll
public sealed record CompanionWindowState : IEquatable<CompanionWindowState>
Inheritance
CompanionWindowState
Implements
Inherited Members

Properties

Bounds

public CompanionWindowBounds? Bounds { get; init; }

Property Value

CompanionWindowBounds

IsVisible

public bool IsVisible { get; init; }

Property Value

bool

WindowTitle

public string WindowTitle { get; init; }

Property Value

string