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

Interaction logic for Dot.xaml
Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: JohanLarsson/Gu.Wpf.Geometry

Public Properties

Property Type Description
CenterProperty System.Windows.DependencyProperty

Public Methods

Method Description
Dot ( ) : System.Windows

Protected Methods

Method Description
OnLostMouseCapture ( System.Windows.Input.MouseEventArgs args ) : void
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs args ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs args ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs args ) : void

Private Methods

Method Description
OnCenterChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

Dot() public method

public Dot ( ) : System.Windows
return System.Windows

OnLostMouseCapture() protected method

protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs args ) : void
args System.Windows.Input.MouseEventArgs
return void

OnMouseLeftButtonDown() protected method

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs args ) : void
args System.Windows.Input.MouseButtonEventArgs
return void

OnMouseLeftButtonUp() protected method

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs args ) : void
args System.Windows.Input.MouseButtonEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( System.Windows.Input.MouseEventArgs args ) : void
args System.Windows.Input.MouseEventArgs
return void

Property Details

CenterProperty public_oe static_oe property

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