Question
Component label and style
Is it possible to get the component's single lable without having all the labels of the component appearing?
Like, I'm trying to include the label into a text's .text
the code I'm using now is
MoVName.text=MoV.labels;
but it gave me all the labels that were included in that particular component.
and is there anyway I can change the font, bg colour of the components? Thank you.
