What is MyInstance ?MyInstance.TypeFace1 = Typeface.DEFAULT
What is MyInstance ?
Maybe this would work : MyInstance.TypeFace = Typeface.DEFAULT
What is MyInstance ?
Maybe this would work : MyInstance.TypeFace = Typeface.DEFAULT
In the calling routine this works:
Dim tf = Typeface.DEFAULT As Typeface
mClass.Typeface1 = tf
It works, I tested it.
If you download the small test project you'll see the proof !