MonthCalendar.TitleTextColor Property (Typed) | |
A Color object specifying the title text color of the MonthCalendar control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TitleTextColor AS Color GET SET
public virtual Color TitleTextColor { get; set; }
Request Example
View SourceProperty Value
Type:
ColorA Color object specifying the title text color of the MonthCalendar control.
See Also