Пример #1
0
 /// <summary>
 /// Specifies the number of pixels along the Y axis to scroll the window or element.
 /// </summary>
 /// <value></value>
 public ScrollToOptions(int top, int left, ScrollToOptionsBehaviorEnum behavior)
 {
     Top      = top;
     Left     = left;
     Behavior = behavior;
 }
Пример #2
0
 /// <summary>
 /// Specifies the number of pixels along the Y axis to scroll the window or element.
 /// </summary>
 /// <value></value>
 public ScrollToOptions(int top, int left, ScrollToOptionsBehaviorEnum behavior)
 {
     this.Top      = top;
     this.Left     = left;
     this.Behavior = behavior;
 }