Click or drag to resize

ObjectProxySetFlowSize Method (Size)

Sets the size of a flow-item object. The given size if coerces to obey min/max size values for an object

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public void SetFlowSize(
	Size aSize
)

Parameters

aSize
Type: System.WindowsSize
the new size of the flow item given as Size struct
See Also