I would like to set some colors of an AS_DataPicker element. In particular the color of the text of the days and the highlight of the current day.
Can you help me?
Dim Dark As AS_DatePicker_Theme = AS_DatePicker1.Theme_Dark
Dark.BodyTextColor = xui.Color_Red
Dark.CurrentDateColor = xui.Color_ARGB(152,254, 55, 96)
AS_DatePicker1.Theme = Dark
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.