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