hi Paul,
thanks for the reply,
1. Can I say that to configure the position of the Text view dynamically, I have to use the view's property Bounds. . And In bounds four parameter are needed x1, x2, y1, and y2.
2. How to pass the parameter for bounds , I tried to experiment with following approach
var int32 x1 = 10;
var int32 x2 = 60;
var int32 y1 = 10;
var int32 y2 = 30;
Text.Bounds = <x1 ,y1, x2, y2>;