Table of Contents

Class CycleLayoutEngineTransform

Namespace
Whim
Assembly
Whim.dll
Cycle the layout engine for the provided workspace with the given WorkspaceId
public record CycleLayoutEngineTransform : BaseWorkspaceTransform, IEquatable<Transform<bool>>, IEquatable<BaseWorkspaceTransform>, IEquatable<CycleLayoutEngineTransform>
Inheritance
CycleLayoutEngineTransform
Implements
Inherited Members

Constructors

CycleLayoutEngineTransform(Guid, bool)

Cycle the layout engine for the provided workspace with the given WorkspaceId
public CycleLayoutEngineTransform(Guid WorkspaceId = default, bool Reverse = false)

Parameters

WorkspaceId Guid
The id of the workspace to cycle the layout engine for. Defaults to the active workspace.
Reverse bool
Whether to cycle the layout engine in reverse.

Properties

Reverse

Whether to cycle the layout engine in reverse.
public bool Reverse { get; init; }

Property Value

bool