The Label is a placeholder. It is not added to the layout, though you can add it if you like.
It holds the text related properties (these properties are added automatically to all custom views):
For example in AnotherDatePicker I use this single line to copy the style to a different view:
dateField.Style = Lbl.Style 'copy the font related style