I have many labels with needs the same style, which is different for each platform. Right now I have this code:
But I have to set all the labels with this. Is there a way to define a style and ref it to all the labels instead?
Also FontAttributes are the same for both platforms, so how do I define in only once?