Hello everyone. I have a component which is created dynamically. I want to access the properties on it.
for example i create a vbox and i want to access the text font or gap of the component
var MyVBox: VBox = new VBox; MyPanel.addChild(MyVBox);
How should it be done?