The horizontal (X) change for this drag event.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public double HorizontalChange {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	private set;
 }
Visual Basic
Public Property HorizontalChange As Double
	<CompilerGeneratedAttribute> _
	Get
	<CompilerGeneratedAttribute> _
	Private Set

See Also