Class ScrollSettings
Inheritance
System.Object
ScrollSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.GanttView.Scrolling
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public sealed class ScrollSettings
Constructors
ScrollSettings()
Declaration
public ScrollSettings()
Properties
HorizontalScrollPosition
Declaration
public HorizontalScrollPosition HorizontalScrollPosition { get; set; }
Property Value
HorizontalScrollPosition
|
VerticalScrollPosition
Declaration
public VerticalScrollPosition VerticalScrollPosition { get; set; }
Property Value
VerticalScrollPosition
|