Click or drag to resize

WorkflowViewStationHeight Property

This property returns the height 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)]
[BrowsableAttribute(false)]
[DispIdAttribute(81)]
public int StationHeight { get; }

Property Value

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