Property | Type | Description | |
---|---|---|---|
HandleLengthOffset | double | ||
HandleLengthProperty |
Method | Description | |
---|---|---|
DecideVisiblity ( double handleLength ) : void |
Decides the visibllity of Handle or stub,whichever is set and hides the line-endarrow if the control is near the Grid or goes out of it.
|
|
MarginHandle ( DesignItem adornedControlItem, AdornerPanel adornerPanel, HandleOrientation orientation ) : System | ||
OnApplyTemplate ( ) : void | ||
OnHandleLengthChanged ( |
Decides the visiblity of handle/stub when HandleLength changes
|
Method | Description | |
---|---|---|
OnMouseEnter ( System e ) : void | ||
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void |
Method | Description | |
---|---|---|
BindAndPlaceHandle ( ) : void |
Binds the HandleLength to the margin and place the handles.
|
|
MarginHandle ( ) : System | ||
OnPropertyChanged ( object sender, |
public DecideVisiblity ( double handleLength ) : void | ||
handleLength | double | |
return | void |
public MarginHandle ( DesignItem adornedControlItem, AdornerPanel adornerPanel, HandleOrientation orientation ) : System | ||
adornedControlItem | DesignItem | |
adornerPanel | AdornerPanel | |
orientation | HandleOrientation | |
return | System |
public static OnHandleLengthChanged ( |
||
d | ||
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
return | void |
public static double HandleLengthOffset | ||
return | double |