ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / DayStyle Class / SetFont Method
specified font.

In This Topic
    SetFont Method
    In This Topic
    Sets font property of the style.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub SetFont( _
       ByVal font As Font _
    ) 
    protected override void SetFont( 
       Font font
    )

    Parameters

    font
    specified font.
    See Also