Table of Contents

Class AddProxyLayoutEngineTransform

Namespace
Whim
Assembly
Whim.dll
Adds a proxy layout engine to the list of proxy layout engine creators. This does not add the layout engine to any existing workspaces. A proxy layout engine is used by plugins to add layout functionality to all workspaces. This should be used by IPlugins.
public record AddProxyLayoutEngineTransform : Transform<Unit>, IEquatable<Transform<Unit>>, IEquatable<AddProxyLayoutEngineTransform>
Inheritance
AddProxyLayoutEngineTransform
Implements
Inherited Members

Constructors

AddProxyLayoutEngineTransform(ProxyLayoutEngineCreator)

Adds a proxy layout engine to the list of proxy layout engine creators. This does not add the layout engine to any existing workspaces. A proxy layout engine is used by plugins to add layout functionality to all workspaces. This should be used by IPlugins.
public AddProxyLayoutEngineTransform(ProxyLayoutEngineCreator ProxyLayoutEngineCreator)

Parameters

ProxyLayoutEngineCreator ProxyLayoutEngineCreator
The proxy layout engine creator to add.

Properties

ProxyLayoutEngineCreator

The proxy layout engine creator to add.
public ProxyLayoutEngineCreator ProxyLayoutEngineCreator { get; init; }

Property Value

ProxyLayoutEngineCreator