C# Class ME3Explorer.CurveEd.Handle

Inheritance: System.Windows.Controls.Primitives.Thumb
Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
SlopeProperty System.Windows.DependencyProperty
XProperty System.Windows.DependencyProperty
YProperty System.Windows.DependencyProperty
anchor Anchor

Public Methods

Method Description
Handle ( Anchor a, bool left ) : System

Private Methods

Method Description
OnDragDelta ( object sender, System.Windows.Controls.Primitives.DragDeltaEventArgs e ) : void
OnSlopeChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Handle() public method

public Handle ( Anchor a, bool left ) : System
a Anchor
left bool
return System

Property Details

SlopeProperty public static property

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

XProperty public static property

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

YProperty public static property

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

anchor public property

public Anchor,ME3Explorer.CurveEd anchor
return Anchor