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
GuidReverse
bool- When true, swaps workspace with the previous monitor, otherwise with the next. Defaults to false.
Properties
Reverse
public bool Reverse { get; init; }
Property Value
WorkspaceId
public Guid WorkspaceId { get; init; }