Class DoWorkspaceLayoutTransform
- Namespace
- Whim
- Assembly
- Whim.dll
Queues a layout (sets all the window positions) for the workspace specified by WorkspaceId.
This requires that the workspace has a matching monitor in the IMonitorSector.
public record DoWorkspaceLayoutTransform : Transform, IEquatable<Transform<Unit>>, IEquatable<Transform>, IEquatable<DoWorkspaceLayoutTransform>
- Inheritance
-
DoWorkspaceLayoutTransform
- Implements
- Inherited Members
Examples
context.Store.Dispatch(new DoWorkspaceLayoutTransform(workspaceId));
Constructors
DoWorkspaceLayoutTransform(Guid)
Queues a layout (sets all the window positions) for the workspace specified by WorkspaceId.
This requires that the workspace has a matching monitor in the IMonitorSector.
public DoWorkspaceLayoutTransform(Guid WorkspaceId)
Parameters
WorkspaceId
Guid
Examples
context.Store.Dispatch(new DoWorkspaceLayoutTransform(workspaceId));
Properties
WorkspaceId
public Guid WorkspaceId { get; init; }