Table of Contents

Class SwapWorkspaceWithAdjacentMonitorTransform

Namespace
Whim
Assembly
Whim.dll
Swap the workspace with WorkspaceId with the adjacent monitor.
public record SwapWorkspaceWithAdjacentMonitorTransform : Transform, IEquatable<Transform<Unit>>, IEquatable<Transform>, IEquatable<SwapWorkspaceWithAdjacentMonitorTransform>
Inheritance
SwapWorkspaceWithAdjacentMonitorTransform
Implements
Inherited Members

Constructors

SwapWorkspaceWithAdjacentMonitorTransform(Guid, bool)

Swap the workspace with WorkspaceId with the adjacent monitor.
public SwapWorkspaceWithAdjacentMonitorTransform(Guid WorkspaceId = default, bool Reverse = false)

Parameters

WorkspaceId Guid
Reverse bool
When true, swaps workspace with the previous monitor, otherwise with the next. Defaults to false.

Properties

Reverse

When true, swaps workspace with the previous monitor, otherwise with the next. Defaults to false.
public bool Reverse { get; init; }

Property Value

bool

WorkspaceId

public Guid WorkspaceId { get; init; }

Property Value

Guid