non rectangular labels

lukisf

Member
Joined
Apr 3, 2007
Messages
13
Programming Experience
1-3
Hi there,

i'm working on my thesis at the moment and i need to Create non rectangular labels. I'm working on an arena and my labels have to be slightly circular.

Any help please

thanks and regards,

Luke
 
You can use the .Region property (inherited from Control) to make them different shapes.
 
hi,

regarding the .region property, I couldn't find it as a property. I guess i have to import the class in the beginning of the project ej.
 
All controls have Region property, that's what inherited from implies.
 
Back
Top