any way to change the size of text on B4i after creating?
Dim lblLine As Label
lblLine.Initialize("")
lblLine.TextColor = SecondColor . <--- OK
lblLine.TextSize = 20 <- is not exist
Dim lblLine As Label
lblLine.Initialize("")
lblLine.TextColor = SecondColor . <--- OK
lblLine.TextSize = 20 <- is not exist