タッチ動作による
GcCalendarGrid のズームをユーザーに許可するかどうかを示す値を取得または設定します。
次のサンプルコードは、ユーザーがタッチ操作によってズームできるようにする方法を示します。
private void EnableUsertoTouchZoom()
{
this.gcCalendarGrid1.AllowUserToTouchZoom = true;
}
Private Sub EnableUsertoTouchZoom()
Me.gcCalendarGrid1.AllowUserToTouchZoom = True
End Sub