Table of Contents

Class LineHandlerExtension

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

Description of LineHandlerExtension.

[ExtensionFor(typeof(Line), OverrideExtensions = new Type[] { typeof(ResizeThumbExtension), typeof(SelectedElementRectangleExtension), typeof(CanvasPositionExtension), typeof(QuickOperationMenuExtension), typeof(RotateThumbExtension), typeof(RenderTransformOriginExtension), typeof(SkewThumbExtension) })]
public class LineHandlerExtension : LineExtensionBase
Inheritance
LineHandlerExtension

Properties

DragListener

Methods

CreateThumb(PlacementAlignment, Cursor)
OnInitialized()

is invoked whenever a line is selected on the canvas, remember that the adorners are created for each line object and never destroyed

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