Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
how to customize appointment Appearance's border ?
posted

I am trying to dynamically customize UltraWinSchedule.Appointment. Appearance's border  style,  other than changing color, I need to make its border look thicker or different style for paticular appointment type. Is there any way to get it work?

Thanks a lot.

Parents
  • 69832
    Offline posted

    The functionality you describe here is not available through the public object model. You could implement the IUIElementCreationFilter class and derive a UIElement class from AppointmentUIElement which overrides the BorderStyle property to return a different border style. You could also handle the drawing yourself using the IUIElementDrawFilter class, although this solution is less than ideal because if you make the borders thicker, the element's "client area" will not know about this and the borders could potentially hide content.

Reply Children
No Data