Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CalendarDropDownStyleInfo Class / HeaderForeColor Property
Example


In This Topic
    HeaderForeColor Property (CalendarDropDownStyleInfo)
    In This Topic
    Gets or sets fore color for the CalendarDropDownControl header.
    Syntax
    'Declaration
     
    Public Property HeaderForeColor As Color
    'Usage
     
    Dim instance As CalendarDropDownStyleInfo
    Dim value As Color
     
    instance.HeaderForeColor = value
     
    value = instance.HeaderForeColor
    public Color HeaderForeColor {get; set;}
    Example
    This example sets properties for the calendar.
    See Also