Class VisualizerWindow
Represents an expression builder specifying that a visualizer window should be displayed on this operator at workflow start.
public sealed class VisualizerWindow : VisualizerMappingExpressionBuilder, IExpressionBuilder, INamedElement
- Inheritance
-
VisualizerWindow
- Implements
- Inherited Members
- Extension Methods
Properties
- Location
Gets or sets a value specifying the position of the upper-left corner of the visualizer window, in screen coordinates.
- Size
Gets or sets a value specifying the size of the visualizer window.
- Text
Gets or sets the text of the visualizer window title bar.
- Visible
Gets or sets a value specifying whether the visualizer window is visible on start.
- WindowState
Gets or sets a value specifying whether the visualizer window should start minimized, maximized, or normal.
Methods
- Build(IEnumerable<Expression>)
Generates an Expression node from a collection of input arguments. The result can be chained with other builders in a workflow.