Group: Forum Members
Last Active: 12 Years Ago
Posts: 71,
Visits: 1
|
I wonder if the NMaster string can accept xml format for instance
string xmlStringOne; String xmlStringTwo
NMaster shapeMaster = new NMaster(shape, NGraphicsUnit.Pixel, xmlStringOne, xmlStringTwo);
please let know if that is possible
For instance, I can have xml format for a shape where I can display subscripts, I want to know if that is possible for xmlStringOne and xmlStringTwo in the master
|