Dear All,
Greetings,
I create Label in running like:
dim Lbl1 as Label
Lbl1.Initialize("Lbl1")
I can change some Properties (like : color, textcolor,..)
But I need to change some other Label Properties (like : Bold/normal, Corners value, Border,..), there is a way to change these Properties ?
Other way may i make to solve by building one first in layout creator, and make all requested properties, and in the code I'll create others as inherent properties from this one, Question : how can i create new label as a copy from first one ???
thanks in advance.
Greetings,
I create Label in running like:
dim Lbl1 as Label
Lbl1.Initialize("Lbl1")
I can change some Properties (like : color, textcolor,..)
But I need to change some other Label Properties (like : Bold/normal, Corners value, Border,..), there is a way to change these Properties ?
Other way may i make to solve by building one first in layout creator, and make all requested properties, and in the code I'll create others as inherent properties from this one, Question : how can i create new label as a copy from first one ???
thanks in advance.