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


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