MonthCalendar.TrailingTextColor Property (Typed) | |
A Color object describing the color of the trailing and leading days, i.e., those not belonging to the current month, of the MonthCalendar control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TrailingTextColor AS Color GET SET
public virtual Color TrailingTextColor { get; set; }
Request Example
View SourceProperty Value
Type:
ColorA Color object describing the color of the trailing and leading days, i.e., those not belonging to the current month, of the MonthCalendar control.
See Also