PocketPlanner Programmer's Guide

ItemMouseEventArgs.X Property

See Also

Gets the x-position of the mouse relative to the item.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int X { get; }

Visual Basic

Public ReadOnly Property X As Integer

 Property Value

An integer value specifying the mouse position relatively to the item.

 See Also