Gets or sets the index of the first visible line in the edit component.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int ScrollFirstLine { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScrollFirstLine As Integer |
See Also