Table of Contents

Class PathHandlerExtension

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Description of PathHandlerExtension.

[ExtensionFor(typeof(Path))]
public class PathHandlerExtension : LineExtensionBase, IKeyDown, IKeyUp
Inheritance
PathHandlerExtension
Implements

Properties

InvokeDefaultAction

if that control wants the default DesignPanel action to be suppressed, let this return false

Methods

AddGeometryPoints(List<PathPoint>, Geometry, Shape, Action)
BuildMenu(PathPoint)
CreateThumb(PlacementAlignment, Cursor, int, PathPoint, Transform)
GetPoints(DesignItem)
KeyDownAction(object, KeyEventArgs)

Action to be performed on keydown on specific control

KeyUpAction(object, KeyEventArgs)

Action to be performed on keyup on specific control

OnInitialized()

Is called after the ExtendedItem was set. This methods displays the registered adorners

OnRemove()

Is called when the extension is removed. This method hides the registered adorners.

drag_Changed(DragListener)
drag_Completed(DragListener)
drag_MouseDown(DragListener)
drag_Started(DragListener)