Click or drag to resize

PFWidgetTreeBuilderFrom Method (PFWidgetBase)

Sets the widget at the root of the tree. Note : this specific overload takes a single non-layout widget and is only implemented for convenience. If you only want to transform a single non-layout widget into a PFWidgetData, prefer the method ToWidgetData(JsonSerializer).

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFWidgetTreeBuilderNode From(
	PFWidgetBase widget
)

Parameters

widget
Type: Packflow.Core.WidgetsPFWidgetBase
The widget at the root of the tree

Return Value

Type: PFWidgetTreeBuilderNode
See Also