'Declaration
Public Function AttachFlowLayout( _ ByVal builder As Action(Of FlowLayoutBuilder) _ ) As DashboardLayoutBuilder
public DashboardLayoutBuilder AttachFlowLayout( Action<FlowLayoutBuilder> builder )
Parameters
- builder
- The builder to configure the layout.
Return Value
Current builder.