I have found out how to bold all the text on the appointment in the UltraDay View but I cannot figure out how to bold just the subject, or even better just the first line. Any ideas?
Hello Matthew,
You can change the font of the Appointment’s subject using a DrawFilter since the UltraDayView Appearance settings apply to the whole appointment text.
I have created a sample project that demonstrates this approach. First, I get the appointment’s EditorWithTextDisplayTextUIElement since it holds both the appointment’s subject and description. Then, I draw the subject text using a bold font and the description with the font from the drawParams.
Tried your code and am having a problem at this line
Dim appointment = appointmentElement.Appointment
it says appointment is not a member of appointmentUIElement
Any ideas?