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