PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Main/src/DynamicDataDisplay/Viewport2DPanningState.cs

#
C# | 13 lines | 12 code | 1 blank | 0 comment | 0 complexity | 0a257d0fbcfddcaf4b2930ed9f2a0238 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace Microsoft.Research.DynamicDataDisplay
  6. {
  7. public enum Viewport2DPanningState
  8. {
  9. NotPanning = 0,
  10. Panning
  11. }
  12. }