Click or drag to resize

WorkflowViewWorkflowWidth Property

This property returns the width of the area requested to draw all stations.

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DispIdAttribute(82)]
[BrowsableAttribute(false)]
public int WorkflowWidth { get; }

Property Value

Type: Int32
Remarks
You can use this value to determine whether the control content can fit into the current control width or you would rather have a horizontally scrolling view.
See Also