Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / CalendarDropDownStyleInfo Class / ForeColor Property
Example


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