Click or drag to resize

WorkflowViewStationWidth Property

This property returns the width of stations drawn by the control.

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

Property Value

Type: Int32
Remarks
You can use this value to calculate the minimal width of the container window when displaying the control in vertical station mode.
See Also