Gets the y-position of the mouse relative to the item.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int Y { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Y As Integer |
An integer value specifying the mouse position relatively to the item.
See Also