Gets or sets the current horizontal scroll position.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int ScrollX { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScrollX As Integer |
An integer value.
See Also