MindFusion WinForms Programmer's Guide
Calendar.ButtonSize Property
See Also
 





Gets or sets the size of the navigation buttons, displayed in the views' headers.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int ButtonSize { get; set; }

Visual Basic  Copy Code

Public Property ButtonSize As Integer

 Property Value

An integer value specifying the size of the navigation buttons displayed in the List, SingleMonth, MonthRange and Timetable views. The default is 0.

 Remarks

The value of this property specifies the absolute size of the navigation buttons. If the value is 0, the size of the buttons is calculated automatically according to the size of the headers that contain them and the value of the ButtonOffset property.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace
ButtonOffset Property