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
1030
UltraExplorerBar's TextRenderingMode property to GDI
posted

Hi,

The text in UltraExplorerBarItem within UltraExplorerBar is truncated.
While setting UltraExplorerBar's TextRenderingMode property to GDI instead of default GDIPlus the problem is resolved.
Does it cause any issue in my application
 1) in different system resolution
 2) in different DPI settings and
 3) in Windows XP and Windows 7

Parents
No Data
Reply
  • 53790
    posted

    Hello Kumaran,

    The UltraExplorerbar`s TextRenderingMode property does not take effect over bussines logic of your application. This property determinate which inteface will be used  to representing graphical objects. Generally GDI+ expands on the features of GDI by providing new capabilities. More details about differences between GDI and GDI+ you could find at: http://msdn.microsoft.com/en-us/library/ms536338%28v=vs.85%29.aspx 

    Let me know if you have any questions.

    Regards

Children
No Data