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,
My guess is that you have not casted the appointmentElement to AppointmentUIElement and it does not recognize the Appointment property.
I have created the same sample in VB in case it is more convenient to you to use.
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?
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.