Class DraggableEventArgs
Class DraggableEventArgs.
public class DraggableEventArgs
- Inheritance
-
DraggableEventArgs
- Inherited Members
Constructors
DraggableEventArgs()
public DraggableEventArgs()
Properties
ClientX
Gets or sets the client x.
public double ClientX { get; set; }
Property Value
- double
The client x.
ClientY
Gets or sets the client y.
public double ClientY { get; set; }
Property Value
- double
The client y.
Rect
Gets or sets the rect.
public Rect Rect { get; set; }
Property Value
- Rect
The rect.