Hey guys!
Hope you all good. At this time I want to custom a picture box control. I’m trying to round the PictureBox radius to make it look as an ellipse. I’m modifying the theme as follow:
Application.Theme.Appearances.picturebox.states["default"].styles.radiustopleft = "15";
No success with that. Once it works for radiusTopLeft, I can do the same for TopRight, BottomLeft, BottomRight. Any advice please?
Carlos,
this should work:
Application.Theme.Appearances.picturebox.states["default"].styles.radiusTopLeft = 15;
Best regards
Frank
Please login first to submit.