Table of Contents

Class PolyLineHandlerExtension

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

Description of PolyLineHandlerExtension.

[ExtensionFor(typeof(Polyline))]
[ExtensionFor(typeof(Polygon))]
public class PolyLineHandlerExtension : LineExtensionBase, IKeyDown, IKeyUp
Inheritance
PolyLineHandlerExtension
Implements

Properties

InvokeDefaultAction

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

Methods

CreateThumb(PlacementAlignment, Cursor, int)
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

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