public float ZoomFactor {get; set;}
Public Property ZoomFactor As Single
private void SetZoomFactorByCode() { this.gcCalendarGrid1.AutoZoomMode = CalendarGrid.AutoZoomMode.None; this.gcCalendarGrid1.ZoomFactor = 1.2f; }
Private Sub SetZoomFactorByCode() Me.gcCalendarGrid1.AutoZoomMode = CalendarGrid.AutoZoomMode.None Me.gcCalendarGrid1.ZoomFactor = 1.2F End Sub
GcCalendarGrid クラス GcCalendarGrid メンバ AutoZoomMode プロパティ
c 2008 GrapeCity inc. All rights reserved.