Checks if the scrollbar should report only integer values as scroll positions.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
bool IntegralScrollMode () |
Visual Basic
Copy Code
|
|---|
Function IntegralScrollMode () As Boolean |
true if the scroll target expects integer values for scroll offset, or false otherwise.
See Also