Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I didn't find how I can change background color of object with script c# in Pixel Perfect.
I try for example: label1.BackgroundColor = Color.Blue
but it seem it doesn't exist.
Do you have an idea?
Thank you
Hi,
try label1.BackColor = Color.Blue instead.
Best Regards,
Ruggero
Hi,
try label1.BackColor = Color.Blue instead.
Best Regards,
Ruggero
Thank you, it works!