C# Class Gu.Wpf.Geometry.Demo.Drag

Mostra file Open project: JohanLarsson/Gu.Wpf.Geometry

Public Properties

Property Type Description
WithMouseProperty System.Windows.DependencyProperty

Public Methods

Method Description
SetWithMouse ( this element, bool value ) : void

Private Methods

Method Description
Drag ( ) : System
GetWithMouse ( this element ) : bool
OnLostMouseCapture ( object sender, RoutedEventArgs e ) : void
OnMouseLeftDown ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftUp ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

SetWithMouse() public static method

public static SetWithMouse ( this element, bool value ) : void
element this
value bool
return void

Property Details

WithMouseProperty public_oe static_oe property

public static DependencyProperty,System.Windows WithMouseProperty
return System.Windows.DependencyProperty