Esempio n. 1
0
 public LabelVO(LabelVO vo) : base(vo)
 {
     text      = vo.text;
     style     = vo.style;
     size      = vo.size;
     align     = vo.align;
     width     = vo.width;
     height    = vo.height;
     multiline = vo.multiline;
 }
Esempio n. 2
0
 public LabelVO(LabelVO vo)
     : base(vo)
 {
     text 	= vo.text;
     style 	= vo.style;
     size 	= vo.size;
     align 	= vo.align;
     width 	= vo.width;
     height 	= vo.height;
     multiline 	= vo.multiline;
 }