Click or drag to resize

PlatformLayoutApplyPresetAsync Method

Replaces a Platform window's layout with a preset layout arrangement using the existing views attached to the window. The preset options are columns, grid, rows, and tabs.

Namespace:  Openfin.Desktop.PlatformAPI.Layout
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Task ApplyPresetAsync(
	PresetLayoutOptions options
)

Parameters

options
Type: Openfin.Desktop.PlatformAPI.LayoutPresetLayoutOptions
Mandatory object with presetType property that sets which preset layout arrangement to use

Return Value

Type: Task
Task
See Also