Click or drag to resize

PlatformLayoutReplaceLayoutAsync Method

Replaces a Platform window's layout with a new layout. Any views that were in the old layout but nothe new layout will be destroyed.

Namespace:  Openfin.Desktop.PlatformAPI.Layout
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
public Task ReplaceLayoutAsync(
	PlatformLayoutConfiguration layout
)

Parameters

layout
Type: Openfin.Desktop.PlatformAPI.LayoutPlatformLayoutConfiguration
New layout to implement in the target window.

Return Value

Type: Task

[Missing <returns> documentation for "M:Openfin.Desktop.PlatformAPI.Layout.PlatformLayout.ReplaceLayoutAsync(Openfin.Desktop.PlatformAPI.Layout.PlatformLayoutConfiguration)"]

See Also