'宣言 Public Property CurrentMonthDisplayOffset As System.Integer
public System.int CurrentMonthDisplayOffset {get; set;}
'宣言 Public Property CurrentMonthDisplayOffset As System.Integer
public System.int CurrentMonthDisplayOffset {get; set;}
c1DateEdit1.Calendar.CalendarDimensions = new Size(3, 1); // Display current month at the center of the calendar. // Other possible values: // 0 - (Default) - at the Right // 1 - Center // 2 - Left c1DateEdit1.Calendar.CurrentMonthDisplayOffset = 1;