Link to home
Start Free TrialLog in
Avatar of cmdolcet
cmdolcetFlag for United States of America

asked on

How to set the Font property

When I set a property this way:
CType(newGraphics.readingLabelArrayList(intloop), Label).Font.Bold = True

It gives me an error stating that the property bold is only read only.....

How can I do this to set the font bold property to true?
ASKER CERTIFIED SOLUTION
Avatar of Jorge Paulino
Jorge Paulino
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial