ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / AutoSize Property

In This Topic
    AutoSize Property (C1CalendarView)
    In This Topic
    Gets or sets a value indicating whether the automatic size adjustment is enabled.
    Syntax
    'Declaration
     
    
    Public Shadows Property AutoSize As Boolean
    public new bool AutoSize {get; set;}
    See Also