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