Table of Contents

Class TableLayoutPanelVisualizer

Namespace
Bonsai.Design.Visualizers
Assembly
Bonsai.Design.Visualizers.dll

Provides a type visualizer that can be used to arrange other visualizers in a grid.

public class TableLayoutPanelVisualizer : MashupVisualizer
Inheritance
TableLayoutPanelVisualizer
Inherited Members

Methods

GetMashupSource(int, int)

Finds the mashup source located at the specified coordinates.

Load(IServiceProvider)

Loads type visualizer resources using the specified service provider.

LoadMashups(IServiceProvider)

Loads type visualizer resources for all sources combined in the mashup visualizer.

Show(object)

Updates the type visualizer to display the specified value object.

Unload()

Unloads all type visualizer resources.

UnloadMashups()

Unloads resources for all sources combined in the mashup visualizer.

Visualize(IObservable<IObservable<object>>, IServiceProvider)

Creates an observable sequence used to visualize all notifications emitted by a workflow operator, using this type visualizer and the specified service provider.