paddingColor

Typeproperty
Dictionarywidget.datepicker
LibraryDate Picker
Syntax
set the paddingColor of widget to <RGB color>
get the paddingColor of widget
Associationscom.livecode.widget.datepicker
Summary

Color of the days that do not belong to the selected month.

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Example
set the paddingColor of widget "Date Picker" to "0,0,255"
RelatedProperty: AutoResizeFont, dayNames, headerColor, hiliteStyle, monthNames, mouseOverColor, namesToUse, padDates, paddingColor, selectedDate, showGrid, weekStartsOn
Message: dateChanged
Description

Use the paddingColor property to define the color with which the days of the months that do not belong to the selected month will be drawn. These are only displayed if the paddingDates property is true.