Class DrawLineExtension
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Represents an extension used to draw line elements.
[ExtensionFor(typeof(Canvas))]
[ExtensionFor(typeof(Grid))]
public class DrawLineExtension : BehaviorExtension, IDrawItemExtension
- Inheritance
-
DrawLineExtension
- Implements
Methods
- CanItemBeDrawn(Type)
Returns if the specified type can be drawn.
- StartDrawItem(DesignItem, Type, IDesignPanel, MouseEventArgs)
Starts to draw.