How to inflate/expand block in the FlexiLayout Studio?

Question

How to inflate block in the FlexiLayout Studio?

Answer

It is possible to inflate the region of the element within the block. To do so, use Expression in the block properties:

mceclip0.png

The full path of the element could be found in the properties of the element:

mceclip1.png

Expression sample:

Rect outputRect;
outputRect = SearchElements.Invnum.Rect;
outputRect.Inflate(10dt, 10dt);
OutputRegion = outputRect;

Results:

mceclip0.png

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.